{{ transactions.render|raw }} {# Hide budgets? #} {% if not hideBudgets %} {% endif %} {# Hide categories? #} {% if not hideCategories %} {% endif %} {# Hide bills? #} {% if not hideBills %} {% endif %} {% for transaction in transactions %} {% include 'partials.journal-row' %} {% endfor %}
{{ trans('list.description') }} {{ trans('list.amount') }}
{{ transactions.render|raw }}