{% extends 'base.html' %} {% block status %}
{% for row in content %} {% endfor %}
Service Check type Status
{{ row["resource-id"] }} {{ row["resource-type"] }} [{{ row["property"] }}] {% if row["successful"] == True %} {% else %} {% endif %}
{% endblock %}