{% extends "layout.html" %} {% block body %} {% for host in detail %}

{{host}}{% if not config.UNIFIED_DAEMON %}/{{session.proto}}{% endif %}: {{command}}

{{ detail[host].status }}

{{ detail[host].description|trim|safe }}

{% endfor %} {% endblock %}