{{ journals.render|raw }} {% if not hideBudgets %} {% endif %} {% if not hideCategories %} {% endif %} {% if not hideBills %} {% endif %} {% set _sum = 0 %} {% for journal in journals %} {% if invalidJournal(journal) %} {% else %} {% set _sum = _sum + journal.amount %} {% if not hideBudgets %} {% endif %} {% if not hideCategories %} {% endif %} {% if not hideBills %} {% endif %} {% endif %} {% endfor %} {% if showPageSum %} {% endif %} {% if showPeriodSum %} {% endif %} {% if showTotalSum %} {% endif %}
{{ trans('list.description') }} {{ trans('list.amount') }}
  {{ journal.description }} Invalid journal: Found {{ journal.transactions|length }} transaction(s)
{{ journal.description }} {% if journal.attachments|length > 0 %} {% endif %} {{ journal|formatJournal }}
{{ 'sum'|_ }} {{ _sum|formatAmount }}
{{ 'period_sum'|_ }} {{ periodSum|formatAmount }}
{{ 'total_sum'|_ }} {{ totalSum|formatAmount }}
{{ journals.render|raw }}