{% extends TEMPLATE_BASE %} {% load i18n %} {% block content %}
{% trans "bulk upload voters" %}
{% endif %} Voters {{offset_plus_one}} - {{offset_plus_limit}} {% if next_after %} {% trans "next" %} {{limit}} {% endif %} {% ifequal offset 0 %} {% else %} {% trans "back to start" %} {% endifequal %} {% if more_p %} {% trans "next" %} {{limit}} {% endif %}{% trans "Alias" %} | {% trans "Name" %} | {% trans "Username" %} |
---|---|---|
{{voter.alias}} | {{voter.name}} | {{voter.voter_id}} {% if election.frozen_at %} {% else %} [x] {% endif %} |