{% extends "base.html" %} {% block title %}Transactions — abn-combined{% endblock %} {% block content %}

Transactions

Filter, sort and categorize. The full filter state lives in the URL — bookmark or share any view.

{# Filter bar. Every control targets the table partial and pushes the URL so state is always in the query string (Golden Principle 8). #}
{# Category multi-select via checkboxes in an Alpine dropdown #}
{% for c in categories %} {% endfor %}
{% for c in categories %} {% endfor %}
{% for t in tags %} {% else %} No tags yet. {% endfor %}
{# Include transfers toggle #} Reset
{% for c in categories %}{% endfor %}
{% include "_transactions_table.html" %}
{% endblock %}