{# Active-filter chips β€” each removes itself by swapping to a narrower URL. #} {% if chips %}
{% for chip in chips %} {{ chip.label }} {% endfor %} Clear all
{% endif %} {% if not page.total and not chips %} {# First-run hint: an empty database with no filters applied (spec FR10.1). #}

No transactions yet. Import your history from a legacy abn-analyst database with:

abn-combined migrate-legacy /path/to/abn_analyst.db

…or use the Upload or Download tabs.

{% endif %}

{% if page.total %} Showing {{ page.start_index }}–{{ page.end_index }} of {{ page.total }} transactions {% elif chips %} No transactions match these filters. {% endif %}

{% for row in rows %} {% include "_transactions_row.html" %} {% else %} {% endfor %}
Date Account Description Amount Category Tags Source
Nothing here.
{% if page.total %}
{{ page.total }} transaction{{ 's' if page.total != 1 else '' }} {{ page.start_index }}–{{ page.end_index }} shown
{% endif %} {% if page.pages > 1 %} {% endif %}