{# render pagination #} {{ transactions.render|raw }}
{{ trans('list.description') }} | {{ trans('list.amount') }} | {# 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 %} |
---|