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

Maintenance Windows

{{ upcoming|length }} upcoming · {{ classification }}
{% for w in windows %} {% else %} {% endfor %}
Window #TitleStartEndScopeStatusNotifiedRFC
{{ w.window_number }} {{ w.title }} {{ w.scheduled_start | ts }} {{ w.scheduled_end | ts }} {{ w.impact_scope }} {{ w.status }} {% if w.notification_sent %}Yes{% else %}No{% endif %} {{ w.rfc_id[:8] ~ '...' if w.rfc_id else '—' }}
No maintenance windows found
{% include 'includes/iqe_query_widget.html' %} {% endblock %} {% block extra_js %} {% endblock %}