{% extends 'base.html' %} {% block title %} Resend Email {% endblock %} {% block content_title %}
The email will be sent to {{ recipients.total }} recipient{% if recipients.total != 1 %}s{% endif %}:
This email has no recipients - the email cannot be sent.
{% endif %} {% endblock %}