{% 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 and upload_p %}

{% if not election.frozen_at %} bulk upload voters {% endif %}

{% if voter_files %} Prior Bulk Uploads: {% endif %} {% endif %} {% if voters %} {% if voters_page.has_previous %} previous {{limit}}    {% 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 %} {% if not election.frozen_at %} [x] {% endif %} {% if election.frozen_at and election.openreg and not election.encrypted_tally %} [x] {% endif %} {% endif %} {{voter.voter_type}} {{voter.name}}{{voter.alias}}{% if voter.vote_hash %}{{voter.vote_hash}} [view]{% else %}—{% endif %}
{% else %} no voters. {% endif %} {% endblock %}