{% extends "orga/mails/base.html" %} {% load compress %} {% load i18n %} {% load static %} {% block scripts %} {% compress css %} {% endcompress %} {% endblock scripts %} {% block mail_content %}

{% translate "Templates" %} {% translate "New custom template" %}

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

{# HACK: This isn"t really a form, but we want to make the templates look like normal forms #}
{% for template in templates %}

{{ template.form }}
{% endfor %}
{% endblock mail_content %}