{% extends 'base.html' %} {% block content %}

Current - {{watch.last_checked|format_timestamp_timeago}}

Grey lines are ignored Blue lines are triggers
{% for row in content %}
{{row.line}}
{% endfor %}
For now, Differences are performed on text, not graphically, only the latest screenshot is available.

{% if is_html_webdriver %} {% if screenshot %} Current screenshot from most recent request {% else %} No screenshot available just yet! Try rechecking the page. {% endif %} {% else %} Screenshot requires Playwright/WebDriver enabled {% endif %}
{% endblock %}