{# This is a demo template for the authentication form. Please consider overwriting this with your own template, especially when you're using different route names than the ones used here. #} AdminCLET | Dashboard
{% for msg in app.session.flashBag.get('success') %}

{{ msg }}

{% endfor %} {# Authentication errors #} {% if authenticationError %}
{{ authenticationError|trans(authenticationErrorData, 'SchebTwoFactorBundle') }}
{% endif %} {# Display current two-factor provider #}

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

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

{% if displayTrustedOption %}

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