{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% load static %} {% block page_head %} {% endblock %} {% block configuration %}
{% trans 'Create Backup' %} {% trans 'Upload and Restore' %} {% trans 'Add Backup Location' %} {% trans 'Add Remote Backup Location' %}

{% trans 'Existing Backups' %}

{% for repository in repositories %} {% include "backups_repository.html" with uuid=repository.uuid %} {% endfor %} {% endblock %}