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.identifier}}
{% trans 'Proprosition dates' %}
{{election.proposition_begin_date }}
{% trans 'GMT Timezone' %}
{{election.proposition_end_date }}
{% trans 'GMT Timezone' %}
{% trans 'Electoral rolls' %}
{{election.roll_begin_date }}
{% trans 'GMT Timezone' %}
{{election.roll_end_date }}
{% trans 'GMT Timezone' %}
{% trans 'Voting' %}
{{election.voting_begin_date }}
{% trans 'GMT Timezone' %}
{{election.voting_end_date }}
{% trans 'GMT Timezone' %}
{% trans 'Electoral act' %}
{{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 %}