{% extends 'settings/layout.html' %} {% load humanize %} {% load i18n %} {% load celery_tags %} {% block title %}{% trans "Email Configuration" %}{% endblock %} {% block header %}{% trans "Email Configuration" %}{% endblock %} {% block panel %} {% if error %}
{{ email_backend }}
{{ email_host }}
{% firstof email_host_user "-" %}
{{ email_port }}
{% blocktrans trimmed with email=request.user.email %} Send test email to {{ email }} {% endblocktrans %}