{% load static %} {% block head_tags %}{% endblock %}

Sending history:

{% if email_instance.sending %} {% 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 %}
{% csrf_token %}

{% endif %} {% endif %}
{% csrf_token %}

{% block content %}{% endblock %}