{% 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 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 {% else %} {% if watch.history|length == 1 %} Preview {% endif %} {% endif %} |