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

No snapshots found for {{ day }}.

{% else %}
{{ n + 1 }} / {{ total }}{% if label %} — {{ label }}{% endif %}
Snapshot {{ n + 1 }} of {{ total }}
{% if prev_n is not none %} ← Prev {% else %} ← Prev {% endif %} {% if next_n is not none %} Next → {% else %} Next → {% endif %}
{% endif %}
{% endblock %}