{% gen_table lonely_oses %}
{% with nohost_oses.count as count %}
{% if nohost_oses.count > 0 %}
{% endif %}
{% endwith %}
{% with norepo_osgroups.count as count %}
{% if count > 0 %}
{% 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 %}
{% 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 %}
{% 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 %}
{% endif %}
{% endwith %}
{% with orphaned_packages.count as count %}
{% if count > 0 %}
{% endif %}
{% endwith %}
{% with unprocessed_reports.count as count %}
{% if count > 0 %}
{% endif %}
{% endwith %}
{% endblock %}
{% gen_table nohost_oses %}
{% gen_table norepo_osgroups %}
{% gen_table stale_hosts %}
{% gen_table reboot_hosts %}
{% gen_table secupdate_hosts %}
{% gen_table update_hosts %}
{% gen_table norepo_hosts %}
{% gen_table diff_rdns_hosts %}
{% gen_table failed_mirrors %}
{% gen_table disabled_mirrors %}
{% gen_table norefresh_mirrors %}
{% gen_table failed_repos %}
{% gen_table unused_repos %}
{% gen_table nomirror_repos %}
{% gen_table nohost_repos %}
{% for checksum in possible_mirrors %}
{% endfor %}
{% for package in norepo_packages %}
{% endfor %}
{% for package in orphaned_packages %}
{% endfor %}
{% gen_table unprocessed_reports %}