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

If the voter has already voted, the message will include a reminder of their smart ballot tracker.

The subject of the email is set by default below, but can be changed to your liking.

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