{% extends "base.html" %} {% block title %}NOC — Incidents{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Incident Management

{{ classification }}
{% for i in incidents %} {% else %} {% endfor %}
NumberPriorityTitle Circuit / CarrierAssignedStatus SLACreated
{{ i.incident_number }} {{ i.severity|upper }} {{ i.title }} {{ i.affected_circuit or '—' }}{% if i.affected_carrier %} / {{ i.affected_carrier }}{% endif %} {{ i.assigned_to or '—' }} {{ i.status }} {% if i.sla_breach %}BREACH{% else %}OK{% endif %} {{ i.created_at | ts }}
No incidents found
{% include 'includes/iqe_query_widget.html' %} {% endblock %} {% block extra_js %} {% endblock %}