{% extends "orga/mails/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block mail_content %} {% if placeholders %}
{% blocktrans trimmed %} You have some variables available that will be rendered into the mails (in the appropriate language) before sending: {% endblocktrans %}
{% endif %}
{% csrf_token %} {% trans "Mail Template Editor" %} {% bootstrap_form form layout='event' %}
{% if action == "create" %} {% elif action == "edit" %} {% endif %}
{% endblock %}