{% set types = { notice: 'info', success: 'success', error: 'danger', alert: 'warning' } %} {% if translation_domain is not defined %} {% set translation_domain = null %} {% endif %} {% if close_button is not defined %} {% set close_button = true %} {% endif %} {% for type, messages in app.flashes %} {% for message in messages %} {% if types[type] is defined %}