{% extends "orga/settings/base.html" %} {% load compress %} {% load i18n %} {% load static %} {% block stylesheets %} {% compress css %} {% endcompress %} {% endblock stylesheets %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock scripts %} {% block extra_title %}{% translate "E-mail settings" %} :: {% endblock extra_title %} {% block settings_content %}
{% csrf_token %}

{% translate "E-mail settings" %}

{% blocktranslate 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. {% endblocktranslate %}
{{ form }}
{% if action == "edit" or action == "create" %} {% endif %}
{% endblock settings_content %}