diff --git a/resources/twig/index.twig b/resources/twig/index.twig index 31f6115a95..1c18d0f3a1 100644 --- a/resources/twig/index.twig +++ b/resources/twig/index.twig @@ -75,12 +75,12 @@
{% if account.percentage <= 50 %} - {{account.difference|formatAmount}} + {{account.difference|formatAmountPlain}} {% endif %}
{% if account.percentage > 50 %} - {{account.difference|formatAmount}} + {{account.difference|formatAmountPlain}} {% endif %}
@@ -89,13 +89,13 @@
{% if account.percentage <= 50 %} - {{account.difference|formatAmount}} - {{account.difference|formatAmount}} + {{account.difference|formatAmountPlain}} + {{account.difference|formatAmountPlain}} {% endif %}
{% if account.percentage > 50 %} - {{account.difference|formatAmount}} + {{account.difference|formatAmountPlain}} {% endif %}