{% extends TEMPLATE_BASE %} {% load i18n %} {% block content %}

{{election.name}} — {% trans "Search Voters for" %} '{{search_term}}' [{% trans "back to election" %}]

{% if voter %} {% trans "Voter Found:" %} {{voter.name}} ({{voter.voter_id}})

{% if email_voters and election.frozen_at %} {% trans "email this voter" %} {% else %} {% trans "once this election is frozen, you'll be able to email this voter." %} {% endif %} {% else %} {% trans "no such voter found" %} {% endif %} {% endblock %}