{% extends "base.html" %} {% block content %}
← {{ weekday }} · {{ day }}
{% if total == 0 %}

No snapshots for camera “{{ camera }}” on {{ day }}{% if has_time_filter %} in the selected time window{% endif %}.

{% else %} {% if has_time_filter %}
Showing snapshots in filtered time window. Show all
{% endif %}
{{ labels[n] }} · {{ n + 1 }} / {{ total }}
Snapshot {{ n + 1 }} of {{ total }}
{% for h in range(0, 24, 3) %} {{ "%02d" % h }} {% endfor %}
Open in new tab
{% endif %}
{% endblock %}