{% extends "site_base.html" %} {% block extra_head %} {% endblock %} {% block body %}

Review Mail Out

About to send mail to the email list: {{ campaign.email_list }}

    {% for email, ctx in campaign %}
  • {{ email }} preview
  • {% empty %}
  • No matching email addresses
  • {% endfor %}
{% if campaign.sent %}

This mail out has been sent.

{% else %}
{% csrf_token %}
{% endif %}
{% endblock %} {% block extra_body %} {% endblock %}