{% extends "orga/settings/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block settings_content %}
{% csrf_token %} {% trans "E-mail settings" %}
{% blocktrans trimmed %} If you don't configure custom email settings, the global configuration for this server will be used (ask your administrator for details).
We recommend that you add email settings here explicitly. {% endblocktrans %}
{% bootstrap_form form layout='event' %}
{% if action == "edit" or action == "create" %} {% endif %}
{% endblock %}