{% extends "base.html" %} {% block title %} Dataset Backups {% endblock title %} {% block content %}

Dataset Backups

Scanning {{ data_dir }} for database backups.

{% if datasets %} {% for dataset in datasets %} {% endfor %}
Name Path Size Updated Download
{{ dataset.name }} {{ dataset.display_path }} {{ dataset.size }} {% if dataset.download_path %} Download {% else %} - {% endif %}

Found {{ dataset_count }} datasets.

{% else %}

No dataset backups found.

{% endif %}
{% endblock content %}