{% extends 'management/election_detail_configs.html' %} {% load i18n core_tags form_tags django_tables2 %} {% block container %}
{% include "management/includes/election_tabs.html" with election=object tab="rolls" only %}
{% trans "Please upload the file with the voters" %}
{% csrf_token %} {{form.non_field_errors}}
{% trans "Description" %} {% trans "Document" %}
{% prepare_field form.designation %} {% prepare_field form.document %}
{% render_table table %} ↻ - {% trans "refresh the page to update the status" %}
{% endblock container %}