{% extends "main.html" %} {% load common %} {% block title %}Patchman Dashboard{% endblock %} {% block content_title %}{{ site.name }} Patch Management Dashboard{% endblock %} {% block breadcrumbs %}Home{% endblock %} {% block content %}
{% with lonely_oses.count as count %} {% if lonely_oses.count > 0 %}
{% gen_table lonely_oses %}
{% endif %} {% endwith %}
{% with nohost_oses.count as count %} {% if nohost_oses.count > 0 %} {% endif %} {% endwith %} {% with norepo_osgroups.count as count %} {% if count > 0 %}
{% gen_table norepo_osgroups %}
{% endif %} {% endwith %} {% with stale_hosts.count as count %} {% if count > 0 %} {% endif %} {% endwith %} {% with reboot_hosts.count as count %} {% if count > 0 %} {% endif %} {% endwith %} {% with secupdate_hosts.count as count %} {% if count > 0 %}
{% gen_table secupdate_hosts %}
{% endif %} {% endwith %} {% with update_hosts.count as count %} {% if count > 0 %} {% endif %} {% endwith %} {% with norepo_hosts.count as count %} {% if count > 0 %} {% endif %} {% endwith %} {% with diff_rdns_hosts.count as count %} {% if count > 0 %} {% endif %} {% endwith %} {% with failed_mirrors.count as count %} {% if count > 0 %} {% endif %} {% endwith %} {% with disabled_mirrors.count as count %} {% if count > 0 %} {% endif %} {% endwith %} {% with norefresh_mirrors.count as count %} {% if count > 0 %} {% endif %} {% endwith %} {% with failed_repos.count as count %} {% if count > 0 %} {% endif %} {% endwith %} {% with unused_repos.count as count %} {% if count > 0 %} {% endif %} {% endwith %} {% with nomirror_repos.count as count %} {% if count > 0 %}
{% gen_table nomirror_repos %}
{% endif %} {% endwith %} {% with nohost_repos.count as count %} {% if count > 0 %} {% endif %} {% endwith %} {% with possible_mirrors|length as count %} {% if count > 0 %} {% endif %} {% endwith %} {% with norepo_packages.count as count %} {% if count > 0 %}
{% for package in norepo_packages %} {% endfor %}
{% endif %} {% endwith %} {% with orphaned_packages.count as count %} {% if count > 0 %} {% endif %} {% endwith %} {% with unprocessed_reports.count as count %} {% if count > 0 %}
{% gen_table unprocessed_reports %}
{% endif %} {% endwith %}
{% endblock %}