{% extends TEMPLATE_BASE %} {% load i18n %} {% block title %}{% trans "Contact Voters for" %} {{election.name}}{% endblock %} {% block content %}

{% trans "Contact Voters" %} [{% trans "back to election" %}]

{{election.name}}

{% if voter %}

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

{% endif %}

{% trans "Choose the email type you want to send:" %}

{% trans "Subject:" %} {{default_subject}}

{{default_body|safe}}

{% trans "You may tweak the subject and add a custom message using the form below." %}

{{ email_form.non_field_errors }}
{% endblock %}