{% extends "layout.html" %} {% block title %}{{ super() }} - Home{% endblock title %} {% block content %}

Check your sites!

Take screenshots of a given url in many browser and OS combinations

Begin

{% if jobs %}
{% for j in jobs %} {% endfor %}
# Title # of checks Status
{{ j.id}} {{ j.title }} {{ j.checks.count()}} {{ j.status }}
{% endif %} {% endblock content %}