{{ journals.render|raw }} {% for journal in journals %} {% if journal.bill_id %} {% else %} {% endif %} {% endfor %}
    {{ trans('list.description') }} {{ trans('list.balance_before') }} {{ trans('list.amount') }} {{ trans('list.balance_after') }} {{ trans('list.date') }} {{ trans('list.book_date') }} {{ trans('list.process_date') }} {{ trans('list.interest_date') }} {{ trans('list.due_date') }} {{ trans('list.payment_date') }} {{ trans('list.invoice_date') }} {{ trans('list.from') }} {{ trans('list.to') }} {{ trans('list.bill') }} {{ trans('list.internal_reference') }} {{ trans('list.notes') }} {{ trans('list.create_date') }} {{ trans('list.update_date') }}
{{ journal|typeIcon }} {{ journal.description }} {{ journal.before|formatAmount }} {{ journal|formatJournal }} {{ journal.after|formatAmount }} {{ journal.date.formatLocalized(monthAndDayFormat) }} {% if journal.hasMeta('book_date') %} {{ journal.getMeta('book_date').formatLocalized(monthAndDayFormat) }} {% endif %} {% if journal.hasMeta('process_date') %} {{ journal.getMeta('process_date').formatLocalized(monthAndDayFormat) }} {% endif %} {% if journal.hasMeta('interest_date') %} {{ journal.getMeta('interest_date').formatLocalized(monthAndDayFormat) }} {% endif %} {% if journal.hasMeta('due_date') %} {{ journal.getMeta('due_date').formatLocalized(monthAndDayFormat) }} {% endif %} {% if journal.hasMeta('payment_date') %} {{ journal.getMeta('payment_date').formatLocalized(monthAndDayFormat) }} {% endif %} {% if journal.hasMeta('invoice_date') %} {{ journal.getMeta('invoice_date').formatLocalized(monthAndDayFormat) }} {% endif %} {{ sourceAccount(journal)|raw }} {{ destinationAccount(journal)|raw }} {{ journalBudgets(journal)|raw }} {{ journalCategories(journal)|raw }}  {{ journal.bill.name }}  {% if journal.hasMeta('internal_reference') %} {{ journal.getMeta('internal_reference') }} {% endif %} {% if journal.hasMeta('notes') %} {{ journal.getMeta('notes')|nl2br }} {% endif %} {{ journal.created_at.formatLocalized(dateTimeFormat) }} {{ journal.updated_at.formatLocalized(dateTimeFormat) }}
{{ journals.render|raw }}