{% if app.session.started %} {% for type, flashes in app.session.flashbag.all %} {% for message in flashes %} {% endfor %} {% endfor %} {% endif %}