diff --git a/resources/views/v1/list/groups.twig b/resources/views/v1/list/groups.twig
index 3dc2aaaa9d..d2a077a7cd 100644
--- a/resources/views/v1/list/groups.twig
+++ b/resources/views/v1/list/groups.twig
@@ -57,9 +57,9 @@ TODO: hide and show columns
{% if showCategory or showBudget %}
-
|
+ |
{% else %}
- |
+ |
{% endif %}
@@ -81,7 +81,7 @@ TODO: hide and show columns
{% set style="border-bottom:1px #aaa solid;" %}
{% endif %}
- |
+ |
{% if transaction.transaction_type_type == 'Withdrawal' %}
{% endif %}
@@ -161,7 +161,7 @@ TODO: hide and show columns
title="{{ transaction.destination_account_iban|default(transaction.destination_account_name) }}">{{ transaction.destination_account_name }}
|
{% if showCategory %}
-
+ |
{% if transaction.category_id %}
{{ transaction.category_name }}
@@ -169,7 +169,7 @@ TODO: hide and show columns
|
{% endif %}
{% if showBudget %}
-
+ |
{% if transaction.budget_id %}
{{ transaction.budget_name }}
@@ -178,7 +178,7 @@ TODO: hide and show columns
{% endif %}
{% if group.count == 1 %}
- |
+ |
@@ -194,11 +194,11 @@ TODO: hide and show columns
{% endif %}
{% if group.count != 1 %}
-
+ |
|
{% endif %}
-
+ |
| | |