{% extends "user_mailer/base.html" %} {% block extra_head %} {% endblock %} {% block body %}

Review Mail Out

About to send mail to the user list: {{ campaign.user_list }}

{% if campaign.sent %}

This mail out has been sent.

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