{% extends 'index.html' %} {% load static i18n %} {% block content %}

{% trans "Mail Templates" %}

{% if perms.base.add_horillamailtemplate %}
{% trans "Create" %}
{% endif %}
Page not found. 404.

{% trans "No Records found." %}

{% trans "There are currently no email templates available." %}

{% endblock content %}