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

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

{% if voter %}

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

{% endif %}

Templates: {% for template_option in templates %} {% if template_option.0 == template %} {{template_option.1}} {% else %} {{template_option.1}} {% endif %}     {% endfor %}

Subject: {{default_subject}}

{{default_body|safe}}

You may tweak the subject and add a custom message using the form below.

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