{% extends 'generic/object_list.html' %} {% block title %}Maintenance Window Coverage{% endblock %} {% block content %}
Total Devices

{{ summary.total_devices }}

Covered Devices

{{ summary.covered_devices }}

Uncovered Devices

{{ summary.uncovered_devices }}

Active Windows

{{ summary.active_windows }}

Windows Without Schedules

{{ summary.windows_without_schedules }}

Assignments

{{ summary.active_assignments }}

Devices Without Active Maintenance Window Assignments
{{ devices_without_windows_table|safe }}
Maintenance Windows Without Schedules
{{ windows_without_schedules_table|safe }}
Inactive Maintenance Windows Assigned To Devices
{{ inactive_assigned_windows_table|safe }}
Schedules Without Device Impact
{{ schedules_without_device_impact_table|safe }}
Devices With Only Exclusion Windows
{{ devices_only_exclusion_table|safe }}
{% endblock %}