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

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

{{ detail[host].status }}

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

{% endfor %} {% endblock %}