{# Wiederherstellungscode beim 2FA-Login – gleiches Theme wie TOTP #} {% extends get_theme_base_template() %} {% block base_title %}{{ 'admin.two_factor.recovery_login_title'|trans }}{% endblock %} {% block base_content %} {{ parent() }}

{{ 'admin.two_factor.recovery_login_title'|trans }}

{{ 'admin.two_factor.recovery_login_warning'|trans }}

{{ 'admin.two_factor.recovery_login_subtitle'|trans }}

{% if authenticationError %}
{{ authenticationError|trans(authenticationErrorData, 'SchebTwoFactorBundle') }}
{% endif %} {% if availableTwoFactorProviders|length > 1 %}

{{ 'choose_provider'|trans({}, 'SchebTwoFactorBundle') }}: {% for provider in availableTwoFactorProviders %} {{ ('admin.two_factor.provider_' ~ provider)|trans }}{% if not loop.last %} | {% endif %} {% endfor %}

{% endif %}
{% if displayTrustedOption %}
{% endif %} {% if isCsrfProtectionEnabled %} {% endif %}

{{ 'cancel'|trans({}, 'SchebTwoFactorBundle') }}

{% endblock %}