{% extends "certification/certification.html" %} {% block content-body %}

{% if testingState != "testing" %} {% comment %} wrap the whole content-body in a form if we're not testing (see end of page) {% endcomment%}
{% endif %}
{% if testingState == "hostSelection" %} {% endif %} {% if testingState == "testSelection" %} {% endif %}

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

{% for hostRole in hostRoles %}

{{hostRole.role.getRole.capitalize}}: {{ hostRole.host.getName }} {{ hostRole.host.getIPAddress }} {{ hostRole.role.getProduct }} {{ hostRole.role.getRelease }}

{% if hostRole.host.getConnection %} {% else %} {% endif %}

loading {{hostRole.host.getName}} status...

{% if testingState == "testSelection" %} {% with results=hostRole.testSelector.getContext %} {% include hostRole.testSelector.getTemplate %} {% endwith %} {% elif testingState == "testing" and hostRole.host.getConnection %}
Log
checking...
{% endif %}
No Test System Selected
{% endfor %}
{% if testingState != "testing" %}
{% endif %} {% endblock content-body %}