{% extends "election_page.html" %} {% block tabs_menu %} {% include "_election_view_menu.html" %} {% endblock %} {% block title %}{{election.name}}: αποστολή email στους ψηφοφόρους{% endblock %} {% block content %}
Αποστολή email
{% if voter %}

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

{% endif %}

Πρότυπα: {% 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 %}