{% extends "admin.html" %} {% block headtitle %}Templates Administration - {{ block.super }}{% endblock %} {% block h1 %}Email Templates{% endblock %} {% block content %}

Manage Email Templates


{% if templates %} {% for template in templates %} {% endfor %}
Title Subject
{{ template.title }} {{ template.subject }}
{% else %}

No templates found

{% endif %} {% endblock %}