{% extends 'management/base.html' %} {% load i18n thumbnail core_tags django_tables2 %} {% block breadcrumbs %} {{block.super}} {% trans 'New' as title %} {% breadcrumb title %} {% endblock breadcrumbs %} {% block container %} {% trans 'Electoral process creation' %} {% trans 'Print' %} {% trans 'Summary' %} 1. {% trans 'General data' %} {% trans 'Electoral process identifier' %} {% trans 'Description' %} {% 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}} {% trans 'Election identifier' %} {% trans 'Description' %} {{object.identifier}} {{object.description}} {% trans 'Electoral Calendar' %} {% 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 %} {% trans 'Previous' %} {% trans 'Save' %} {% endblock container %}