{% extends "WallabagUserBundle::layout.html.twig" %} {% block fos_user_content %}
{% for flashMessage in app.session.flashbag.get("two_factor") %}

{{ flashMessage|trans }}

{% endfor %}
{% if useTrustedOption %}
{% endif %}
{{ 'security.login.cancel'|trans }}
{% endblock %}