infinito/application/symfony/templates/frames/structure/message/flash_messages.html.twig

5 lines
193 B
Twig
Raw Normal View History

2018-09-06 17:22:08 +02:00
{% for label,messages in app.flashes %}
{% for message in messages %}
2018-09-13 02:24:25 +02:00
{% include "frames/structure/message/message.html.twig" with {'message':message,'label':label} %}
2018-09-06 17:22:08 +02:00
{% endfor %}
2018-09-06 16:52:20 +02:00
{% endfor %}