{% if app.session.started and app.session.flashBag.peekAll is not empty %}
{% for type, messages in app.session.flashBag.all %} {% for message in messages %} {# Bootstrap alert, see http://getbootstrap.com/components/#alerts #} {% endfor %} {% endfor %}
{% endif %}