{# Settings → Account types section. Lists every account with a dropdown to classify it as taxable / IRA / Roth / 401k / HSA / other. Tagging IRA-family accounts unlocks the §1091 IRA-trap detector (a purchase inside a 30-day window of a wash-sale loss in a *different* account is still disallowed when the replacement account is an IRA). Rendered as a standalone fragment (no base.html extends) so it can be lazy-loaded via HTMX into the Settings drawer. #}

Account types

Tagging IRA / Roth / 401k accounts unlocks §1091 IRA-trap detection.

{% if accounts %} {% for a in accounts %} {% endfor %}
Broker Label Type
{{ a.broker }} {{ a.label }}
{% else %}

No accounts imported yet.

{% endif %}