{% 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 %}

{% blocktranslate trimmed %} You can edit the default templates and your custom templates for emails here. If you want to send emails to some or all of your speakers, head over to the "Send Emails" tab. Mails queued for sending are in the "Outbox" tab. {% endblocktranslate %}

{% blocktranslate trimmed %} There are different placeholders available depending on the template type. They are explained in detail once you start editing a template. {% endblocktranslate %}

{% for template in mailtemplate_list %} {% endfor %}
{% 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 %}
{% endblock list_content %}