diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html
index 441e7b2..d74dbfc 100644
--- a/borgweb/borg/templates/borg/index.html
+++ b/borgweb/borg/templates/borg/index.html
@@ -37,10 +37,6 @@
Latest backup:
{{ repo.last_backup }}
-
- - Hourly backups:
- - {{ repo.hourly_archive_string }}
-
- Size:
- {{ repo.size_string }}
@@ -49,12 +45,12 @@
- Recent errors:
- {% endif %}
{% for error in repo.recent_errors %}
- {{ error.time_ago }}
- {{ error.error }}
{% endfor %}
+ {% endif %}
{% endfor %}