{% 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 %} {% if watch.last_error is defined and watch.last_error != False %}
{{ watch.last_error }}
{% endif %}
{{watch|format_last_checked_time}} {{watch.last_changed|format_timestamp_timeago}} Recheck Edit
{% endblock %}