{% extends 'management/base.html' %} {% load i18n core_tags form_tags %} {% block bodyextraclass %}{{block.super}} election-manage{% endblock bodyextraclass %} {% block breadcrumbs %} {{block.super}} {% breadcrumb object.electoral_process "management:electoralprocess-detail" slug=object.electoral_process.slug %} {% trans "Elections" as elections %} {% breadcrumb elections "management:election-list" slug=object.electoral_process.slug %} {% breadcrumb object "management:election-detail-configs" slug=object.electoral_process.slug slug_election=object.slug %} {% trans "Election day dashboard" as critical_operations %} {% breadcrumb critical_operations %} {% endblock breadcrumbs %} {% block container %} {% include "management/includes/election_manage_tabs.html" with election=object tab="open" only %} {% trans "Please confirm the start of the voting time" %} {% csrf_token %} {{form.voting_begin_date.label_tag }} {% prepare_field form.voting_begin_date %} {% trans 'GMT Timezone' %} {% trans "Approve the start of the voting time" %} {% endblock container %}