{% extends '@Login/loginLayout.twig' %} {% set title %}{{ 'TwoFactorAuth_TwoFactorAuthentication'|translate }}{% endset %} {% block loginContent %} {% embed 'contentBlock.twig' with {'title': ('TwoFactorAuth_TwoFactorAuthentication'|translate)} %} {% block content %}
{{ include('@Login/_formErrors.twig', {formErrors: form_data.errors } ) }} {% if AccessErrorString %}
{{ 'General_Error'|translate }}: {{ AccessErrorString|raw }}
{% endif %}

{{ 'TwoFactorAuth_VerifyIdentifyExplanation'|translate }} {{ 'General_LearnMore'|translate('', '')|raw }}

{{ 'TwoFactorAuth_DontHaveYourMobileDevice'|translate }}
{{ 'TwoFactorAuth_EnterRecoveryCodeInstead'|translate }}
{{ 'TwoFactorAuth_AskSuperUserResetAuthenticationCode'|translate }}
{{ 'General_Logout'|translate }}

{% endblock %} {% endembed %} {% endblock %}