{% extends TEMPLATE_BASE %} {% load i18n %} {% block title %}{% trans "Voters" %} & {% trans "Ballot Tracking Center for" %} {{election.name}}{% endblock %} {% block content %}
{% if q %}
{% trans "searching for" %} {{q}}. [{% trans "clear search" %}]
{% else %} {% endif %}{% if election.num_cast_votes %} {% trans "cast vote" %}: {{election.num_cast_votes}} {% else %} {% trans "no votes yet" %} {% endif %}
{% if voters_page.has_previous %} {% trans "previous" %} {{limit}} {% endif %} {% trans "Voters" %} {{voters_page.start_index}} - {{voters_page.end_index}} (of {{total_voters}}) {% if voters_page.has_next %} {% trans "next" %} {{limit}} {% endif %}