{% set lang_sections = cfg.mfa_reset_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 %}