{% 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]

Who can vote? {% if election.openreg %} {{election.pretty_eligibility|safe}} {% else %} Only the voters listed here. {% endif %}

{% if admin_p and not election.frozen_at %} {% if election.private_p %} Your election is marked private, which means you cannot open registration up more widely.
{% else %}
anyone can vote
only voters listed explicitly below can vote
{% if categories %} only voters who are members of
{% endif %}
{% endif %} {% endif %} {% if email_voters and election.frozen_at and admin_p %}

email voters

{% endif %} {% if election.num_voters > 20 %}

{% if q %}

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

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

{% endif %} {% if admin_p %} {% if upload_p and not election.openreg %}

bulk upload voters

{% if voter_files %} Prior Bulk Uploads: {% endif %} {% endif %} {% endif %} {% if voters %}

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

{% 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 %} {% if admin_p %} {% endif %} {% endif %} {% if election.use_voter_aliases %} {% endif %} {% for voter in voters %} {% if admin_p or not election.use_voter_aliases %} {% if admin_p %} {% endif %} {% endif %} {% if election.use_voter_aliases %} {% endif %} {% endfor %}
Actions Login Email AddressNameAliasSmart Ballot Tracker
{% if election.frozen_at %} [email] {% endif %} [x] {{voter.voter_login_id}} {{voter.voter_email}} {{voter.name}}{{voter.alias}}{% if voter.vote_hash %}{{voter.vote_hash}} {% else %}—{% endif %}
{% else %}

no voters. {% endif %} {% endblock %}