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

{{domain}}

{% endblock %} {% block content %}
{% for task in tasks %} {% endfor %}
URL Check Expected Current status
{{ task.url }} {{ task.check }} {{ task.expected }} {{ task.status }} view all
{% endblock %}