{% extends 'base/layout.html' %} {% load i18n %} {% load static %} {% load proxbox_tags %} {% block head %} {% if active_proxbox_job %} {% include "netbox_proxbox/inc/job_log_assets.html" %} {% endif %} {% comment %}Dashboard hydration is inlined (issue #355) so logos, status badges, and cluster cards render even when ``manage.py collectstatic`` was not run after installing/upgrading the plugin.{% endcomment %} {% if quick_schedule_form %} {{ quick_schedule_form.media }} {% endif %} {% endblock %} {% block content %} {% include "netbox_proxbox/home/quick_schedule_banner.html" %} {% if active_proxbox_job %} {% include "netbox_proxbox/home/job_live_summary.html" with job=active_proxbox_job %} {% endif %}