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

{% trans "Mail Templates" %}

{% if perms.recruitment.add_recruitmentmailtemplate %}
{% trans "Add" %}
{% endif %}
Page not found. 404.
{% trans "There are currently no email templates." %}
{% endblock content %}