{% extends TEMPLATE_BASE %} {% block content %}

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

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

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