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 @@

{{ 'reportsOwnAccounts'|_ }}

- - {% for year, entries in months %} + {% for year, data in months %}

{{ year }}

- - {% for year, entries in months %} + {% for year, data in months %}

{{ year }}

-
+ +
@@ -93,11 +92,29 @@
+
+ value="{{ Session.get('start').format('Y-m-d') }} - {{ Session.get('end').format('Y-m-d') }}">
+
+ + +
+ {% for year, data in months %} + {{ year }} + + {% endfor %} +
+
+
@@ -115,6 +132,7 @@ {% block scripts %}