Status Overview

{{ results.timestamp_str }}

{% for group in results.groups -%}

{{ group.label }}

{% for status in group.endpoints -%}

{{ status.endpoint }}

{{ status.location }}
{% if status.error %}

{{ status.error }}

{% endif %}
{% endfor -%} {% endfor -%}