{{ journals.render|raw }}
| {{ trans('list.description') }} | {{ trans('list.amount') }} | {{ trans('list.from') }} | {{ trans('list.to') }} | {% if not hideBudgets %}{% endif %} {% if not hideCategories %} | {% endif %} {% if not hideBills %} | {% endif %} | ||
|---|---|---|---|---|---|---|---|---|
| {{ journal|typeIcon }} | {{ journal.description }} {% if journal.attachments|length > 0 %} {% endif %} {% if journal.count_transactions > 2 %} {% endif %} | {% if not accountPerspective %} {{ journal|formatJournal }} {% else %} {{ formatPerspective(journal, accountPerspective)|raw }} {% endif %} | {{ sourceAccount(journal)|raw }} | {{ destinationAccount(journal)|raw }} | {% if not hideBudgets %}{{ journalBudgets(journal)|raw }} | {% endif %} {% if not hideCategories %}{{ journalCategories(journal)|raw }} | {% endif %} {% if not hideBills %}{% if journal.bill %} {{ journal.bill.name }} {% endif %} | {% endif %}|