{# 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_subtitle'|trans }}
{% if authenticationError %}{{ 'choose_provider'|trans({}, 'SchebTwoFactorBundle') }}: {% for provider in availableTwoFactorProviders %} {{ ('admin.two_factor.provider_' ~ provider)|trans }}{% if not loop.last %} | {% endif %} {% endfor %}
{% endif %}