{% import 'macros/blocks.html.twig' as blocks %} {% import 'macros/elements.html.twig' as elements %} {% block content %} {% for label, flashes in app.session.flashbag.all %} {% for flash in flashes %} {{ elements.flash(label,flash) }} {% endfor %} {% endfor %}
{% if models|length > 0 %}