{% extends 'base.html' %} {% block content %}
Add a new change detection watch
All {% for tag in tags %} {% if tag != "" %} {{ tag }} {% endif %} {% endfor %}
{% for watch in watches %} {% endfor %}
# Last Checked Last Changed
{{ loop.index }} Pause {{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 {% else %} {% if watch.history|length == 1 %} Preview {% endif %} {% endif %}
{% endblock %}