{% extends basetpl %} {% load i18n %} {% load bootstrap3 %} {% load hierarkey_form %} {% load static %} {% block title %}{% trans "Organizer" %}{% endblock %} {% block content %}

{% trans "E-mail sending" %}

{% csrf_token %} {% for k, v in request.POST.items %} {% endfor %}

{% trans "Use a custom SMTP server" %}

{% blocktrans trimmed %} A test connection to your SMTP server was successful. You can now save your new settings to put them in use. {% endblocktrans %}
{% if known_host_problem %}
{{ known_host_problem }}
{% endif %}
{% endblock %}