{% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% load extras %}
|
{% icon 'clock-o' %}
{% trans "Schedule" %}
{% if repository.flags.mountable %}
{% if repository.mounted %}
{% else %}
{% 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.' %} |
|