{% load common report_alert %} {% for host in object_list %} {% endfor %}
Hostname Updates Running Kernel OS Last Report Reboot Status
{{ host }} {% with count=host.get_num_security_updates %}{% if count != 0 %}{{ count }}{% else %} {% endif %}{% endwith %} {% with count=host.get_num_bugfix_updates %}{% if count != 0 %}{{ count }}{% else %} {% endif %}{% endwith %} {{ host.kernel }} {{ host.os }} {{ host.lastreport }}{% report_alert host.lastreport %} {% no_yes_img host.reboot_required %}