{% extends "management/base.html" %} {% load i18n core_tags form_tags %} {% block breadcrumbs %} {{block.super}} {% if object.is_draft %} {% trans 'New' as title %} {% 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 %}

{% trans 'Electoral process' %} {{object.identifier}}

{% trans 'In this field you should select the member of commission that is responsible by all comunication.' %}
{% csrf_token %}
{{form.responsible_communication.label_tag }}
{% prepare_field form.responsible_communication %}
{% endblock container %}