{% extends TEMPLATE_BASE %} {% load i18n %} {% block content %}
{% trans "search" %}:
{% if upload_p %}

{% 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 %} {% for voter in voters %} {% endfor %}
{% trans "Alias" %}{% trans "Name" %}{% trans "Username" %}
{{voter.alias}}{{voter.name}}{{voter.voter_id}} {% if election.frozen_at %} {% else %} [x] {% endif %}
{% endblock %}