{% load adagiostags %} {% load i18n %} {% if hostgroups %}
{% 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 %} |
|