{% trans_default_domain 'front_ec_international' %} {% for alert, flashes in app.session.flashbag.all %} {% for flash in flashes %} {% include 'front/' ~ websiteTemplate ~ '/include/alert.html.twig' with {"alert": alert, "message": flash} only %} {% endfor %} {% endfor %}