{% extends 'base.html' %} {% block content %}
# | 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 %}
{% 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 %} |