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