{% extends "orga/generic/list.html" %} {% load compress %} {% load i18n %} {% load static %} {% block scripts %} {% compress css %} {% endcompress %} {% endblock scripts %} {% block create_button_label %}{% translate "New custom template" %}{% endblock create_button_label %} {% block page_title %} {{ generic_title }} {% endblock page_title %} {% block list_content %}
{% translate "Template" %} | {% translate "Subject" %} | |
---|---|---|
{% if template.role %} {% include "orga/includes/mail_template_role.html" with template=template %} {% else %} {% translate "Custom Mail" %} {% endif %} | {{ template.subject }} | {% if not template.role %} {% if has_update_permission %} {% translate "Send mails" %} {% endif %} {% if has_delete_permission %} {% endif %} {% endif %} {% if has_update_permission %} {% endif %} |