{% extends "certification/certification.html" %} {% block content-body %} {% for host in hosts %}

loading {{host.name}} status...

loading {{host.name}} results...

{% if host.name and host.connection and host.connection != "unknown" %}
Log
checking...
{% endif %} {% endfor %}
{% endblock content-body %}