{% if archives %}

Archives for {{ repository.name }}

{{ archives|length }} archives
{% if archives|length > 10 %}

Showing the most recent 10 archives. Use the Borg command line to view older archives if needed.

{% endif %}
{% for archive in recent_archives %}

{{ archive.name }}

Created: {{ archive.formatted_time }} {% if archive.size_info %}Size: {{ archive.size_info }}{% endif %}
{% endfor %}
{% else %}

No Archives Found

This repository doesn't contain any backup archives yet.

Create a backup to see archives here.

{% endif %}