{% extends "borg/base.html" %} {% load cache %} {% load static %} {% block title %}Borg Summary{% endblock %} {% block script %} {% include "borg/repo-template.html" %} {{ hour_list|json_script:"hour_list" }} {% endblock %} {% block style %} {{ block.super }} .repo-container { padding: 8px; margin: 8px; } .att-label { margin-top: 4px; margin-bottom: 4px; } {% endblock %} {% block body %} {% if repo_list %}
{% for repo in repo_list %}

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

Latest backup:
Size:
Recent errors:
{% endfor %} {% else %}

No repositories found

{% endif %}
{% endblock %}