{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

Status

Profile: {{ profilename }}, Tests executed before {{ currentdatetime }}

{% for col in columns %} {% endfor %} {%for result in results %} {% for metric in result.2 %} {% endfor %} {% endfor %}
Legend: Status CRITICAL Critical Status DOWNTIME Downtime Status MISSING Missing Status OK OK Status REMOVED Removed Status UNKNOWN Unknown Status WARNING Warning
Status Hostname {{ col.metric__name }}
{{ result.0 }} {{ result.1 }} {{ metric.3 }}
{% endblock %}