{% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% load extras %}
{% if repository.mounted %} {% for archive in repository.archives %} {% endfor %} {% if repository.error %} {% endif %} {% if not repository.error and not repository.archives %} {% endif %} {% endif %}
{% icon 'chevron-right' %} {% if repository.error %} {% icon 'exclamation-triangle' %} {% elif repository.is_encrypted %} {% icon 'lock' class='svg-icon encrypted' %} {% endif %} {{ repository.name }}
{% icon 'clock-o' %} {% trans "Schedule" %} {% if repository.flags.mountable %} {% if repository.mounted %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %} {% endif %} {% if repository.flags.removable %} {% icon 'trash-o' %} {% endif %}
{{ archive.name }} {% trans "Download" %} {% trans "Restore" %} {% icon 'trash-o' %}

{{ repository.error }}

{% trans 'No archives currently exist.' %}