{% extends "orga/mails/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block mail_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 %}

{% translate "New custom template" %}

{% bootstrap_form ack layout='event' %}

{% bootstrap_form accept layout='event' %}

{% bootstrap_form reject layout='event' %}

{% bootstrap_form update layout='event' %}

{% bootstrap_form remind layout='event' %}
{% for template in other %}

{% endfor %} {% endblock %}