{% extends 'base.html' %} {% block contentwrapper %}
{% block content %}

{% if cfg.mfa_reset_translations.sections[lang] is not none %} {% if cfg.mfa_reset_translations.format is not none and (cfg.mfa_reset_translations.format == 'HTML' or cfg.mfa_reset_translations.format == 'markdown') %}

{{ cfg.mfa_reset_translations.sections[lang].request_fail_title | safe }}

{{ cfg.mfa_reset_translations.sections[lang].request_fail_info | safe }}
{% else %}

{{ cfg.mfa_reset_translations.sections[lang].request_fail_title }}

{{ cfg.mfa_reset_translations.sections[lang].request_fail_info }}
{% endif %} {% endif %} {% endblock %}
{% endblock %}