{% extends "management/base.html" %} {% load i18n core_tags form_tags %} {% block breadcrumbs %} {{block.super}} {% if object.is_draft %} {% trans 'New' as title context 'electoral process' %} {% breadcrumb title %} {% else %} {% if request.user.is_electoral_member %} {% breadcrumb object "management:electoralprocess-detail" slug=object.slug %} {% else %} {% breadcrumb object "management:electoralprocess-edit" slug=object.slug %} {% endif %} {% trans 'Edit' as edit %} {% breadcrumb edit %} {% endif %} {% endblock breadcrumbs %} {% block container %} {% include "management/includes/electoralprocess_tabs.html" with comunication=True %} {% trans 'Electoral process' %} {{object.identifier}} {% trans 'Please select the member of the electoral commission that will answer the electronic messages' %}. {% csrf_token %} {{form.responsible_communication.label_tag }} {% prepare_field form.responsible_communication %} {% trans 'Save' %} {% endblock container %}