diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html
index e0b936a..ab99463 100644
--- a/borgweb/borg/templates/borg/index.html
+++ b/borgweb/borg/templates/borg/index.html
@@ -29,7 +29,8 @@
{% if repo_list %}
{% for repo in repo_list %}
-
+
{{ repo.label }}
{{ repo.location }}
@@ -37,26 +38,29 @@
- Latest backup:
-
+ -
+
+
+
- Size:
-
+ -
+
+
+
- Recent errors:
-
+ -
+
+
+
{% endfor %}
-{#
#}
-{# #}
-{#
#}
-{#
#}
-{# #}
-{#
#}
{% else %}
@@ -65,18 +69,5 @@
{% endif %}
- {#
#}
- {#
#}
- {# #}
- {#
#}
- {#
#}
- {# #}
- {#
#}
- {#
#}
- {#
#}
- {#
No repositories found
#}
- {# #}
- {#
#}
- {#
#}
{% endblock %}