{% extends "admin.html" %} {% block emails_active %}active{% endblock %} {% block top_content %}
{% endblock %} {% block content %}
{% if contacts %} {% for contact in contacts %} {% endfor %}
Description From Name Email Address
{{ contact.title }} {{ contact.from_name }} {{ contact.email_address }} {% if not contact.get_templates %} {% else %} In Use {% endif %}
{% else %}

There are no editable email templates.

{% endif %}
{% endblock %}