{% extends "base.html" %} {% block title %}NOC — Maintenance Windows{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| Window # | Title | Start | End | Scope | Status | Notified | RFC |
|---|---|---|---|---|---|---|---|
| {{ w.window_number }} | {{ 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 | |||||||