{% extends TEMPLATE_BASE %} {% load i18n %} {% block title %}Ballot Tracking Center for {{election.name}}{% endblock %} {% block content %}
{% 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 %}{% if election.use_voter_aliases %} {% trans "Alias" %} {% else %} {% trans "Name" %} {% endif %} | {% trans "Smart Ballot Tracker" %} |
---|---|
{% if election.use_voter_aliases %}
{{voter.alias}}
{% else %}
![]() | {% if voter.vote_hash %}{{voter.vote_hash}} [{% trans "view" %}]{% else %}—{% endif %} |