{% extends 'dashboard/layout.html' %} {% load i18n %} {% block title %} {% trans "Emails" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block dashboard_content %}

{% trans "Emails" %}

{% if commtypes %} {% for commtype in commtypes %} {% endfor %}
{% trans "Code" %} {% trans "Name" %} {% trans "Category" %}
{{ commtype.code }} {{ commtype.name }} {{ commtype.category }} {% trans "Edit" %}
{% include "partials/pagination.html" %} {% else %}

{% trans "There are no defined emails to edit." %}

{% endif %} {% endblock dashboard_content %}