diff --git a/resources/views/transactions/show.twig b/resources/views/transactions/show.twig index 525697a868..d514ef243b 100644 --- a/resources/views/transactions/show.twig +++ b/resources/views/transactions/show.twig @@ -161,6 +161,7 @@

{{ t.account.name }}

+ @@ -260,33 +261,32 @@
{{ 'account'|_ }} {{ t.account.name }}
+ - - - + {% for t in transactions %} - - + + - - + + {% endfor %}
{{ trans('list.description') }} {{ trans('list.account') }}{{ trans('list.account_type') }} {{ trans('list.amount') }} {{ trans('list.new_balance') }}{{ trans('list.description') }}{{ trans('list.category') }} {{ trans('list.budget') }}{{ trans('list.category') }}
{{ t.account.name }}{{ t.account.accounttype.type|_ }}{{ t.description }}{{ t.account.name }} ({{ t.account.accounttype.type|_ }}) {{ t.sum|formatAmount }} {{ t.before|formatAmount }} → {{ (t.sum+t.before)|formatAmount }}{{ t.description }} - {% if t.categories[0] %} - {{ t.categories[0].name }} - {% endif %} - {% if t.budgets[0] %} {{ t.budgets[0].name }} {% endif %} + {% if t.categories[0] %} + {{ t.categories[0].name }} + {% endif %} +