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

{% set lang_sections = cfg.general_translations.sections[lang] %} {% if lang_sections 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') %}

{{ lang_sections[title] | safe }}

{{ lang_sections[info] | safe }}
{% else %}

{{ lang_sections[title] }}

{{ lang_sections[info] }}
{% endif %} {% endif %} {% endblock %}
{% endblock %}