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