{% extends 'management/election_manage.html' %} {% load i18n form_tags %} {% block container %} {% include "management/includes/election_manage_tabs.html" with election=object tab="close" only %} {% trans "Please confirm the end of the voting time" %} {% csrf_token %} {{form.voting_end_date.label_tag }} {% prepare_field form.voting_end_date %} {% trans 'GMT Timezone' %} {% trans "Approve the end of the voting time" %} {% endblock container %}