{% 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.

{% endif %}
{% endblock %}