{% extends 'base.html' %} {% block content %}
Add a new change detection watch
{% for tag in tags %} {% if tag == "" %} All {% else %} {{ tag }} {% endif %} {% endfor %}
{% for watch in watches %} {% endfor %}
# Last Checked Last Changed
{{ loop.index }} {{watch.title if watch.title is not none else watch.url}} {% if watch.last_error is defined and watch.last_error != False %}
{{ watch.last_error }}
{% endif %} {% if not active_tag %} {{ watch.tag}} {% endif %}
{{watch|format_last_checked_time}} {% if watch.history|length >= 2 and watch.last_changed %} {{watch.last_changed|format_timestamp_timeago}} {% else %} Not yet {% endif %} Recheck Edit {% if watch.history|length >= 2 %} Diff {% endif %}
{% endblock %}