{% extends 'base.html' %} {% block content %} {% from '_helpers.jinja' import render_simple_field %}
# | Last Checked | Last Changed | |||
---|---|---|---|---|---|
{{ loop.index }} | {{watch.title if watch.title is not none and watch.title|length > 0 else watch.url}}
{%if watch.fetch_backend == "html_webdriver" %}{% endif %}
{% if watch.last_error is defined and watch.last_error != False %}
{{ watch.last_error }}
{% endif %}
{% if watch.last_notification_error is defined and watch.last_notification_error != False %}
{{ watch.last_notification_error }}
{% endif %}
{% if not active_tag %}
{% endif %}
|
{{watch|format_last_checked_time|safe}} | {% if watch.history_n >=2 and watch.last_changed %} {{watch.last_changed|format_timestamp_timeago}} {% else %} Not yet {% endif %} | {% if watch.uuid in queued_uuids %}Queued{% else %}Recheck{% endif %} Edit {% if watch.history_n >= 2 %} Diff {% else %} {% if watch.history_n == 1 %} Preview {% endif %} {% endif %} |