{% extends 'base.html' %} {% block title %} Resend Email {% endblock %} {% block content_title %}

Resend Email

{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if recipients.total != 0 %}

The email will be sent to {{ recipients.total }} recipient{% if recipients.total != 1 %}s{% endif %}:

Back
{% csrf_token %}
{% else %}

This email has no recipients - the email cannot be sent.

{% endif %} {% endblock %}