{% extends 'base.html' %} {% block content %}
Add new change detection watch
{% for watch in watches %} {% endfor %}
# URL Last Checked Last Changed op
{{ loop.index }} {{ watch.url }} {{watch|format_last_checked_time}} {{watch.last_changed|format_timestamp}} Recheck
{% endblock %}