Status
{{ results.timestamp_str }}
{% for status in results.statuses -%}
{{ status.endpoint }}
{{ status.location }}
{% if status.error %}
{{ status.error }}
{% endif %}
{% endfor -%}