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

{{host}}/{{session.proto}}: {{command}}

{{ detail[host].status }}
{{ detail[host].description|safe }}
{% endfor %} {% endblock %}