Sending history:
{% if email_instance.sending %}
-
Email currently is being sent.
{% endif %}
{% if email_instance.send_history %}
{{ email_instance.send_history|safe }}
{% else %}
{% if not email_instance.sending %}
{% endif %}
{% endif %}
{% if perms.django_simple_bulk_emailer.change_bulkemail %}
{% if not email_instance.sending %}
{% endif %}
{% endif %}
{% block content %}{% endblock %}