{% extends 'generic/object_list.html' %} {% block extra_controls %} {{ block.super }} {% if perms.netbox_certificates.run_healthscan_healthfinding %}
{% csrf_token %}
{% endif %} {% if perms.netbox_certificates.archive_export_healthfinding %} Export Archive{% endif %} Policies {% endblock %} {% block content %}
Critical
{{ health_counts.critical }}
High
{{ health_counts.high }}
Medium
{{ health_counts.medium }}
Warning
{{ health_counts.warning }}
Total Active
{{ health_counts.total }}
Finding Categories
{% for row in health_categories %} {{ row.category|title }}: {{ row.total }} {% empty %} No active findings. {% endfor %}
{{ block.super }} {% endblock %}