{% for msg in app.session.flashBag.get(alertType) %} <div class="alert alert-{{ alertType }} alert-dismissable"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true"></button> {% if alertType == 'warning' %} <i class="icon-clock"></i> {% else %} <strong class="fm-capitalize">{{ textType }}!</strong> {% endif %} {{ msg|trans|raw }} </div>{% endfor %}