diff --git a/resources/twig/reports/index.twig b/resources/twig/reports/index.twig
index c978055589..16a4390809 100644
--- a/resources/twig/reports/index.twig
+++ b/resources/twig/reports/index.twig
@@ -12,11 +12,10 @@
-
- {% for year, entries in months %}
+ {% for year, data in months %}
- {% for month in entries %}
+ {% for month in data.months %}
-
{{ month.formatted }}
@@ -32,11 +31,10 @@
{{ 'reportsOwnAccountsAndShared'|_ }}
-
- {% for year, entries in months %}
+ {% for year, data in months %}