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

{% translate "Acknowledge Mail" %}

{% translate "Edit template" %}
{% bootstrap_form ack layout='event' %}

{% translate "Accept Mail" %}

{% translate "Edit template" %}
{% bootstrap_form accept layout='event' %}

{% translate "Rejection Mail" %}

{% translate "Edit template" %}
{% bootstrap_form reject layout='event' %}

{% translate "New schedule version" %}

{% translate "Edit template" %}
{% bootstrap_form update layout='event' %}

{% translate "Unanswered questions reminder" %}

{% translate "Edit template" %}
{% bootstrap_form remind layout='event' %}

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

{% endfor %}
{% endblock %}