{% 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 %}
{% if screenshot %}

For now, only the most recent screenshot is saved and displayed.
Note: No changedetection is performed on the image yet, but we are working on that in an upcoming release.

{% endif %}
{% endblock %}