diff --git a/resources/twig/index.twig b/resources/twig/index.twig index 3637bbb0e0..b37d7ff2b0 100644 --- a/resources/twig/index.twig +++ b/resources/twig/index.twig @@ -67,7 +67,65 @@ {% endif %} + +
+ +
+
+

{{ 'bills'|_ }}

+ +
+ +
+
+
+ {% if Config.get('firefly.chart') == 'google' %} +
+ {% endif %} + {% if Config.get('firefly.chart') == 'chartjs' %} + + {% endif %} +
+
+ + + {% for data in transactions %} +
+
+

{{ data[1].name }}

+ + + + + +
+
+ {% include 'list/journals-tiny.twig' with {'transactions': data[0],'account': data[1]} %} +
+ +
+ {% endfor %} +
+ +
+
@@ -86,7 +144,10 @@ {% endif %}
- +
+
+
+
@@ -152,7 +213,8 @@ {{ 'sum'|_ }}: {{ savingsTotal|formatAmount }}
- +
+
@@ -197,63 +259,6 @@ {% endif %}
- - -
-
- - -
-
-

{{ 'bills'|_ }}

- -
- -
-
-
- {% if Config.get('firefly.chart') == 'google' %} -
- {% endif %} - {% if Config.get('firefly.chart') == 'chartjs' %} - - {% endif %} -
-
- - - {% for data in transactions %} -
-
-

{{ data[1].name }}

- - - - - -
-
- {% include 'list/journals-tiny.twig' with {'transactions': data[0],'account': data[1]} %} -
- -
- {% endfor %}