{% extends "admin.html" %} {% load url from future %} {% load coreextras %} {% block emails_active %} class="active" {% endblock %} {% block content %}
{% if emails %} {% for email in emails %} {% endfor %}
Created Subject From To BCC
{{ email.created }} {{ email.subject }} {{ email.from_address }} {{ email.to_addresses }} {% if email.bcc_count %}{{ email.bcc_count }} Addresses {% endif %}
{% else %}

No emails for this category.

{% endif %}

Back to all Emails

{% endblock %}