{% load static %} {{ hour_list|json_script:"hour_list" }}

{% if repo_list %} {% for repo in repo_list %}

{{ repo.label }} {{ repo.location }}

Latest backup:
{{ repo.last_backup }}
Hourly backups:
{{ repo.get_archive_hours }}
Size:
{{ repo.size }}
Recent errors:
{{ repo.recent_errors }}
{% endfor %} {% else %}

No repos found.

{% endif %}