{% extends "admin.html" %} {% load staticfiles %} {% block headtitle %}Resend Bulk Email - {% endblock %} {% block headscript %} {% endblock %} {% block members_active %} class="active" {% endblock %} {% block content %}
Admin
Bulk Email
Resend Message
Resend Message
{{ bulk_email.subject }}
{% csrf_token %} {% include "admin/partials/form.html" with form=form %}
{% for attachment_form in attachment_forms %}
{% include "admin/partials/form.html" with form=attachment_form remove_file=True %}
{% if forloop.last %}
Add Another Attachment
{% endif %} {% endfor %}
Back
{% endblock %}