{% load i18n %}
{% trans 'Edit email config' %}
{% trans 'Enable' context 'Config email' %} {{ config.send_email_text }}
{% trans 'SMTP host' %} {{ config.smtp_host }}
{% trans 'SMTP port' %} {{ config.smtp_port }}
{% trans 'SMTP username' %} {{ config.smtp_user }}
{% trans 'Encryption' %} {% if config.encryption|lower in 'none' %}{% trans 'No' %}{% else %} {{ config.encryption|upper }}{% endif %}
{% include 'config/edit_email.html' %}