{{ journals.render }} {% if not hideBudgets %} {% endif %} {% if not hideCategories %} {% endif %} {% if not hideBills %} {% endif %} {% for journal in journals %} {% if invalidJournal(journal) %} {% else %} {% if not hideBudgets %} {% endif %} {% if not hideCategories %} {% endif %} {% if not hideBills %} {% endif %} {% endif %} {% endfor %}
  Description Amount Date From To
  {{ journal.description }} Invalid journal: Found {{journal.transactions|length }} transaction(s)
{% if sorting %} {% endif %}
{{ 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 journal.budgets[0] %} {{journal.budgets[0].name}} {% endif %} {% if journal.categories[0] %} {{journal.categories[0].name}} {% endif %} {% if journal.bill %} {{journal.bill.name}} {% endif %}
{{ journals.render }}