{{host.hostname}}
{% if host.dependency_set.all %}
{% for subhost in host.dependency_set.all %}
{% include 'symonitoring_simulator/host_row.html' with host=subhost %}
{% endfor %}
{% endif %}
{% if host.hostservice_set.all %}
{% for hostservice in host.hostservice_set.all %}
{% include 'symonitoring_simulator/hostservice_row.html' with hostservice=hostservice %}
{% endfor %}