{% extends '@Admin/base.html.twig' %} {% block title %} {{ '_LOGIN_AUTHENTICATION_SENT_EMAIL_'|trans({},'admin')|raw }} {% endblock %} {% block body %} {% if authenticationError %}
{{ "choose_provider"|trans({}, 'SchebTwoFactorBundle') }}: {% for provider in availableTwoFactorProviders %} {{ provider }} {% endfor %}
{# Display current two-factor provider #} {# The logout link gives the user a way out if they can't complete two-factor authentication #} {% endblock %}