{% extends TEMPLATE_BASE %} {% block content %}

{{election.name}} — Manage Voters [back to election]

search:
{% if upload_p %}

bulk upload voters

{% endif %} Voters {{offset_plus_one}} - {{offset_plus_limit}}    {% if next_after %} next {{limit}}    {% endif %} {% ifequal offset 0 %} {% else %} back to start    {% endifequal %} {% if more_p %} next {{limit}} {% endif %} {% for voter in voters %} {% endfor %}
AliasNameUsername
{{voter.alias}}{{voter.name}}{{voter.voter_id}} {% if election.frozen_at %} {% else %} [x] {% endif %}
{% endblock %}