{# Wie login/register: Standard-Theme templates/default/; Override im aktiven @PluginTheme #} {% extends get_theme_base_template() %} {% block base_title %}{{ 'admin.two_factor.title'|trans }}{% endblock %} {% block base_content %} {{ parent() }}

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

{{ 'admin.two_factor.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 %}