{# render pagination #} {{ transactions.render|raw }} {# Only show budgets when asked in some way #} {% if showBudgets %} {% endif %} {# Only show categories when asked in some way #} {% if showCategories %} {% endif %} {# Only show bill when asked in some way #} {% if showBill %} {% endif %} {% for transaction in transactions %} {% include 'partials.transaction-row' %} {% endfor %}
{{ trans('list.description') }} {{ trans('list.amount') }}
{{ transactions.render|raw }}