{% extends "nl/nav.html" %} {% block pagetitle %} Summary of Jobs on Host {{ host_event.0.attr_set.all.1.value }}{% endblock %} {% block table %}

JOB SUMMARY ON HOST {{ host_event.0.attr_set.all.1.value|upper }}




{% for h in host_event %} {% ifequal h.attr_set.all.0.value '0' %} {% else %} {% endifequal %} {% endfor %}
Event ID User Duration Type Status
{{ h.id }} {{ h.attr_set.all.2.value }} {{ h.attr_set.all.3.value }} {{ h.attr_set.all.4.value }}SUCCESSFAIL
{% endblock %}