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

The email will also automatically include the name of the election in the subject,
followed by your custom subject.

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