{{ journals.render|raw }} {% if journals.count == 0 %}
{{ 'nothing_to_display'|_ }}
{% endif %} {% if journals.count > 0 %}| {{ 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 and not budgetPerspective %} {{ journal|formatJournal }} {% endif %} {% if accountPerspective %} {{ formatAccountPerspective(journal, accountPerspective)|raw }} {% endif %} {% if budgetPerspective %} {{ formatBudgetPerspective(journal, budgetPerspective)|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 %}|