{{ 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 %} | {{ journal|formatJournal }} | {% if journal.source_account_type == 'Cash account' %} (cash) {% else %} {{ journal.source_account_name }} {% endif %} | {% if journal.destination_account_type == 'Cash account' %} (cash) {% else %} {{ journal.destination_account_name }} {% endif %} | {% if not hideBudgets %}{% if journal.budgets[0] %} {{ journal.budgets[0].name }} {% endif %} | {% endif %} {% if not hideCategories %}{% if journal.categories[0] %} {{ journal.categories[0].name }} {% endif %} | {% endif %} {% if not hideBills %}{% if journal.bill %} {{ journal.bill.name }} {% endif %} | {% endif %}