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

No snapshots found for {{ day }}.

{% else %}
{{ n + 1 }} / {{ total }}{% if labels[n] %} — {{ labels[n] }}{% endif %}
Snapshot {{ n + 1 }} of {{ total }}
← Prev Next →
Open in new tab
{% endif %}
{% endblock %}