{% extends 'management/base.html' %} {% load i18n thumbnail core_tags django_tables2 ama_tags %} {% block breadcrumbs %} {{block.super}} {% trans 'New' as title %} {% breadcrumb title %} {% endblock breadcrumbs %} {% block container %}

{% trans 'Electoral process creation' %}

{% trans 'Summary' %}

1. {% trans 'General data' %}

{% thumbnail object.logo "78x78" crop="center" as im %} {% endthumbnail %}
{{object.identifier}}
{{object.description}}
{% for election in object.elections.all %}

1.{{forloop.counter}} {% trans 'General data | Election ' %}{{election.identifier}}

{{election.identifier}}
{{election.description}}

{% trans 'Proprosition dates' %}

{% trans 'Begin date' %}
{% trans 'End date' %}
{{election.proposition_begin_date }}
{% trans 'GMT Timezone' %}
{{election.proposition_end_date }}
{% trans 'GMT Timezone' %}

{% trans 'Electoral rolls' %}

{% trans 'Publication date before verification' %}
{% trans 'Publication date after verification and correction' %}
{{election.roll_begin_date }}
{% trans 'GMT Timezone' %}
{{election.roll_end_date }}
{% trans 'GMT Timezone' %}

{% trans 'Voting' %}

{% trans 'Begin date' %}
{% trans 'End date' %}
{{election.voting_begin_date }}
{% trans 'GMT Timezone' %}
{{election.voting_end_date }}
{% trans 'GMT Timezone' %}

{% trans 'Consultation of vote references' %}

{% trans 'Date of consultation' %}
{{election.voting_references_date}}
{% trans 'GMT Timezone' %}

{% trans 'Electoral act' %}

{% trans 'Date of publication' %}
{{ election.minute_publication_date }}
{% trans 'GMT Timezone' %}
{% trans 'Verification begin date' %}
{% trans 'Verification end date' %}
{{election.minute_begin_date }}
{% trans 'GMT Timezone' %}
{{election.minute_end_date }}
{% trans 'GMT Timezone' %}
{% endfor %}

3. {% trans 'Electoral commission' %}

{% render_table table %}
{% url "management:electoralprocess-generate" slug=object.slug as succ_url %} {% url "management:electoralprocess-summary" slug=object.slug as error_url %}
{% endblock container %}