templates/uniqskills/alerts/AllAlerts.html.twig line 1

Open in your IDE?
  1. {% include '/uniqskills/alerts/Alert.html.twig' with {'alertType': 'success', 'textType': 'alert.success'|trans} %}
  2. {% include '/uniqskills/alerts/Alert.html.twig' with {'alertType': 'info', 'textType': 'alert.info'|trans} %}
  3. {% include '/uniqskills/alerts/Alert.html.twig' with {'alertType': 'warning', 'textType': 'alert.warning'|trans} %}
  4. {% include '/uniqskills/alerts/Alert.html.twig' with {'alertType': 'danger', 'textType': 'alert.danger'|trans} %}