{% import "@Tabler/components/flash.html.twig" as macro %} {% if app.session and app.session.started and app.session.flashbag.peekAll|length > 0 %}
{{ macro.session_flash(true, false, '', 'flashmessages') }}
{% endif %}