{% if flash %}
{{ flash }}
{% endif %} {% if status.error %}

{{ status.error }}

{% endif %} {% if status.permission_hint %}

Read-only view — snapshot metadata read directly from filesystem.
{{ status.permission_hint }}

{% endif %} {% if status.snapshots %} {% for s in status.snapshots %} {% endfor %}
# Type Pre # Date Description Cleanup
{{ s.number }} {% if s.type == "pre" %}pre {% elif s.type == "post" %}post {% else %}single{% endif %} {{ s.pre_number if s.pre_number else "—" }} {{ s.date }} {{ s.description or "—" }} {{ s.cleanup or "—" }}
{% elif not status.error %}

No snapshots found.

{% endif %}