{% extends "layout.html.twig" %} {% trans_default_domain 'Settings' %} {% block title %}{{ '2fa.page_title'|trans }}{% endblock title %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

{{ '2fa.challenge_title'|trans }}

{{ '2fa.challenge_desc'|trans }}

{% if authenticationError is not null %}
{{ '2fa.invalid_code'|trans }}
{% endif %}
{% if isCsrfProtectionEnabled %} {% endif %}
{{ '2fa.backup_hint'|trans }}
{% endblock %}