{% extends "pobsync_backend/base.html" %} {% block title %}Snapshots | pobsync{% endblock %} {% block content %}

Filters

Clear

Snapshot Records

Showing up to 200 of {{ total_count }} snapshot{{ total_count|pluralize }}.

{% for snapshot in snapshots %} {% empty %} {% endfor %}
Snapshot Host Kind Status Started Ended Base Path
{{ snapshot.dirname }} {{ snapshot.host.host }} {{ snapshot.kind }} {% if snapshot.status %}{{ snapshot.status }}{% else %}unknown{% endif %} {{ snapshot.started_at|default:"" }} {{ snapshot.ended_at|default:"" }} {% if snapshot.base %} {{ snapshot.base.dirname }} {% elif snapshot.base_dirname %} {{ snapshot.base_dirname }} {% else %} none {% endif %} {{ snapshot.path }}
No snapshots matched the current filter.
{% endblock %}