{{ journals.render|raw }} {% if journals.count == 0 %}

{{ 'nothing_to_display'|_ }}

{% endif %} {% if journals.count > 0 %} {% if not hideBudgets %} {% endif %} {% if not hideCategories %} {% endif %} {% if not hideBills %} {% endif %} {% for journal in journals %} {% if not hideBudgets %} {% endif %} {% if not hideCategories %} {% endif %} {% if not hideBills %} {% endif %} {% endfor %}
{{ trans('list.description') }} {{ trans('list.amount') }}
{{ journal.description }} {% if journal.attachments|length > 0 %} {% endif %} {% if journal.count_transactions > 2 %} {% endif %} {% if not accountPerspective and not budgetPerspective %} {{ journal|formatJournal }} {% endif %} {% if accountPerspective %} {{ formatAccountPerspective(journal, accountPerspective)|raw }} {% endif %} {% if budgetPerspective %} {{ formatBudgetPerspective(journal, budgetPerspective)|raw }} {% endif %}
{{ journals.render|raw }}
{% endif %}