{% load adagiostags %} {% if hostgroups %} {% for row in hostgroups %} {% if row.members|length > 0 %} {% for i in row.child_hostgroups %} {% endfor %} {% for i in row.members_with_state %} {% endfor %} {% else %} {% endif %} {% endfor %}
Hostgroup Child Hostgroups Parent Hostgroups Hosts Services Health Service Status
{{ row.name }}
{{ row.child_hostgroups|length }}
{{ row.parent_hostgroups|length }}
{{ row.members|length }} {{ row.total }} {% if row.health > -1 %} {{ row.health|floatformat }}% {% else %} 0 {% endif %}
{{ i }}
{{ i.0 }}
{% else %} {% endif %}