{% load url from future %} {% load adagiostags %} {% load i18n %} {% 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 %}
{% trans "Hostgroup" %} {% trans "Child Hostgroups" %} {% trans "Parent Hostgroups" %} {% trans "Hosts" %} {% trans "Services" %} {% trans "Health" %} {% trans "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 %}