{% if notifications %}
Notifications Add Notification
{% for notification in notifications %} {% endfor %}
Name
{{notification.name}}
Edit
{% else %}

You don't have any norifications yet!

Create the notification and assign them to services.

Add Notification
{% endif %}