templates/uniqskills/cart/_partials/alert.html.twig line 1

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