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

Hello {{ request.user.email }}

{% for check in checks %} {% endfor %}
Name Code Frequency Last Ping
{% if check.status == "up" %}   {% endif %} {% if check.status == "down" %}   {% endif %} {% if check.status == "new" %}   {% endif %} {{ check.code }} {{ check.timeout }} {{ check.last_ping }}
{% csrf_token %}
{% endblock %}