{% for flashMessage in app.session.flashbag.get("two_factor") %}

{{ flashMessage|trans }}

{% endfor %}

{% if useTrustedOption %}

{% endif %}

{# The logout link gives the user a way out if they can't complete the second step #}

{{ "scheb_two_factor.cancel"|trans }}