diff --git a/resources/views/list/groups.twig b/resources/views/list/groups.twig
index d20f3288a2..bf74139cf7 100644
--- a/resources/views/list/groups.twig
+++ b/resources/views/list/groups.twig
@@ -56,7 +56,7 @@
title="{{ group.title }}">{{ group.title }}
-
+ |
{% for sum in group.sums %}
{% if group.transaction_type == 'Deposit' %}
{{ formatAmountBySymbol(sum.amount*-1, sum.currency_symbol, sum.currency_decimal_places) }}{% if loop.index != group.sums|length %},{% endif %}
@@ -75,7 +75,7 @@
{% else %}
| |
{% endif %}
-
+ |
|