{% for msg in app.session.flashBag.get(alertType) %} <div id="sweetAlertContent" style="display: none;" data-alerttype="{{ alertType == 'warningCart' ? 'warning' : alertType }}" data-texttype="{{ textType }}" data-msg="{{ msg|raw|trans([], null, app.session.get('userLocale', 'pl')) }}" > </div>{% endfor %}