{% 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 "Upload the file with the list of eligible voters. You can only import one list at a time." %}
{% csrf_token %} {{form.non_field_errors}}
{% trans "Designation" %} {% trans "Document" %}
{% prepare_field form.designation %} {% prepare_field form.document %}
{% render_table table %}
{% trans "Previous" %} {% trans "Next" %}
{% endblock container %}