diff --git a/resources/views/v1/list/groups.twig b/resources/views/v1/list/groups.twig
index d2a077a7cd..3e3cdded01 100644
--- a/resources/views/v1/list/groups.twig
+++ b/resources/views/v1/list/groups.twig
@@ -17,7 +17,7 @@ TODO: hide and show columns
- | |
+ |
{{ trans('list.description') }} |
{{ trans('list.amount') }} |
{{ trans('list.date') }} |
@@ -57,9 +57,9 @@ TODO: hide and show columns
{% if showCategory or showBudget %}
- |
+ |
{% else %}
- |
+ |
{% 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 %}
-
+ |
| |