{% comment %} "Coverage Gaps" home dashboard panel — Devices with no active contract coverage (direct or via Tenant / Location). Helps procurement and ops teams catch the "we forgot to add the new datacenter to support" failure mode before something breaks at 2am. Context variables (from homepage.py): - uncovered_devices: list of Device objects, soonest-listed first, capped at 10. {% endcomment %} {% if uncovered_devices and perms.dcim.view_device %} {% for device in uncovered_devices %}