{% extends TEMPLATE_BASE %} {% load i18n %} {% block title %}Ballot Tracking Center for {{election.name}}{% endblock %} {% block content %}

{{election.name}} — Ballot Tracking Center [back to election]

{% blocktrans %} This is the ballot tracking center, which displays the tracking numbers of all cast ballots in this election. {% endblocktrans %}

{{election.num_cast_votes}} cast votes.

{% trans "Voters" %} {{offset_plus_one}} - {{offset_plus_limit}}    {% if next_after %} next {{limit}}    {% endif %} {% ifequal offset 0 %} {% else %} {% trans" back to start" %}    {% endifequal %} {% if more_p %} {% trans "next" %} {{limit}} {% endif %} {% for voter in voters %} {% endfor %}
{% if election.use_voter_aliases %} {% trans "Alias" %} {% else %} {% trans "Name" %} {% endif %} {% trans "Smart Ballot Tracker" %}
{% if election.use_voter_aliases %} {{voter.alias}} {% else %} {{voter.voter_type}} {% if voter.name %}{{voter.name}}{% else %}{{voter.voter_id}}{% endif %} {% endif %}{% if voter.vote_hash %}{{voter.vote_hash}} [{% trans "view" %}]{% else %}—{% endif %}
{% endblock %}