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

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

Registration is {% if not election.frozen_at %}currently{% endif %} {{ election.registration_status_pretty }}. {% if admin_p and not election.frozen_at %} {% if election.openreg %} [switch to closed] {% else %} [switch to open] {% endif %} {% endif %}

{% if email_voters and election.frozen_at and admin_p %}

email voters

{% endif %}

{% if q %}

searching for {{q}}. [clear search]

{% else %}
search:
{% endif %}


{% if admin_p %} Add a Voter: WORK HERE {% if upload_p %}

bulk upload voters

{% if voter_files %} Prior Bulk Uploads: {% endif %} {% endif %} {% endif %} {% if voters %} {% if voters_page.has_previous %} previous {{limit}}    {% endif %}

{% if election.num_cast_votes %} {{election.num_cast_votes}} cast vote{% ifequal election.num_cast_votes 1 %}{% else %}s{% endifequal %} {% else %} no votes yet {% endif %}

Voters {{voters_page.start_index}} - {{voters_page.end_index}} (of {{total_voters}})   {% if voters_page.has_next %} next {{limit}}    {% endif %} {% if admin_p or not election.use_voter_aliases %} {% endif %} {% if election.use_voter_aliases %} {% endif %} {% for voter in voters %} {% if admin_p or not election.use_voter_aliases %} {% endif %} {% if election.use_voter_aliases %} {% endif %} {% endfor %}
NameAliasSmart Ballot Tracker
{% if admin_p %} [x] {% endif %} {{voter.voter_type}} {{voter.name}}{{voter.alias}}{% if voter.vote_hash %}{{voter.vote_hash}} [view]{% else %}—{% endif %}
{% else %} no voters. {% endif %} {% endblock %}