{% extends TEMPLATE_BASE %} {% block title %}Email Voters for {{election.name}}{% endblock %} {% block content %}

{{election.name}} — Email Voters [back to election]

{% if voter %}

You are sending this email to a specific user: {{voter.name}} ({{voter.voter_id}})

{% endif %}

The email will automatically include a "Dear Voter" line, as well as a footer including
the election URL, the login information, and a simple email signature.
No need to include these in the body of your email below.

{{email_form.as_table}}
{% endblock %}