{% extends '@Admin/base.html.twig' %} {% block title %} {{ '_LOGIN_AUTHENTICATION_SENT_EMAIL_'|trans({},'admin')|raw }} {% endblock %} {% block body %} {% if authenticationError %}
{{ authenticationError|trans(authenticationErrorData, 'SchebTwoFactorBundle') }}
{% endif %} {# Let the user select the authentication method #}

{{ "choose_provider"|trans({}, 'SchebTwoFactorBundle') }}: {% for provider in availableTwoFactorProviders %} {{ provider }} {% endfor %}

{# Display current two-factor provider #}

{% if displayTrustedOption %}

{% endif %} {% if isCsrfProtectionEnabled %} {% endif %}
{# The logout link gives the user a way out if they can't complete two-factor authentication #}

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

{% endblock %}