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

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

This is the ballot tracking center, which displays the tracking numbers of all cast ballots in this election.

{{election.num_cast_votes}} cast votes.

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 %}
{% if election.use_voter_aliases %} Alias {% else %} Name {% endif %} 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}} [view]{% else %}—{% endif %}
{% endblock %}