{% extends 'base.html' %} {% block content %} {% if messages %}
{% for message in messages %} {{ message }} {% endfor %}
{% endif %}

Services

New service
{% for item in services %} {% if item.notifications_disabled %} {% else %} {% endif %} {% endfor %}
Service name Notification Status Incidents
{{ item.name }} Notifications for this service are disabled Notifications for this service are enabled{{ item.incident_num }}
{% endblock %}