{% extends 'layout/security.html.twig' %} {% block body %}
{% if authenticationError %}
{{ 'authentication_error'|trans({},'cms') }}
{{ authenticationError|trans(authenticationErrorData, 'SchebTwoFactorBundle') }}
{% endif %}
Logo

{{ 'two_step_verification'|trans({},'cms') }}

{{ 'two_step_verification_description'|trans({},'cms') }}
{{ app.user.fullName|first|upper }}
{{ app.user.fullName }}
{% for i in 1..6 %}
{% endfor %}
{% if isCsrfProtectionEnabled %} {% endif %}
{{ 'havent_received_it'|trans({},'cms') }} {{ 'resend_a_new_code'|trans({},'cms') }}
{% endblock %}