{{ journals.render }}
Description | Amount | Date | From | To | {% if not hideBudgets %}{% endif %} {% if not hideCategories %} | {% endif %} {% if not hideBills %} | {% endif %} | ||
---|---|---|---|---|---|---|---|---|---|
{{ journal.description }} | Invalid journal: Found {{journal.transactions|length }} transaction(s) | ||||||||
{{ journal|typeIcon }} | {{journal.description}} | {% if not hideTags %} {{ relevantTags(journal) }} {% else %} {{ journal|formatJournal }} {% endif %} | {{journal.date.format('j F Y')}} | {% if journal.transactions[0].account.accountType.type == 'Cash account' %} (cash) {% else %} {{journal.transactions[0].account.name}} {% endif %} | {% if journal.transactions[1].account.accountType.type == 'Cash account' %} (cash) {% else %} {{journal.transactions[1].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 %}