{% extends 'base.html' %} {% block content %}
Add new change detection watch
Note: Times are in UTC for now - todo - JS front end format
{% for watch in watches %} {% endfor %}
# Last Checked Last Changed
{{ loop.index }} {% if watch.title is not none %}{{ watch.title }}{% else %}{{ watch.url }}{% endif %} {{watch|format_last_checked_time}} {% if watch.last_error is defined and watch.last_error != False %} !! {% endif %} {{watch.last_changed|format_timestamp_timeago}} Recheck
{% endblock %}