{% if not hideSource %} {% endif %} {% if not hideDestination %} {% endif %} {% if not hideBudget %} {% endif %} {% if not hideCategory %} {% endif %} {% for transaction in journals %} {% if not hideSource %} {% endif %} {% if not hideDestination %} {% endif %} {% if not hideBudget %} {% endif %} {% if not hideCategory %} {% endif %} {% endfor %}
  {{ trans('list.description') }} {{ trans('list.amount') }}
{% if transaction.transaction_description|length > 0 %} {{ transaction.transaction_description }} ({{ transaction.description }}) {% else %} {{ transaction.description }} {% endif %} {# TODO replace with new format code #} {{ transactionAmount(transaction) }}
{{ 'sum'|_ }}: {{ sum|formatAmount }}
{{ journals.render|raw }}