{# Inputs: accounts: list[Account] Renders an Alpine-driven dialog with Conservative/Active/Options choices. "Use same profile for all accounts" omits account_id from the form. "Pick per-account" expands to per-account dropdowns. Dismissing without choosing = posting nothing; the modal will reappear next load until at least one preference row exists. #}

Pick a default profile per account

Profiles change defaults; nothing is hidden permanently. Switch any time from the toolbar.

{% for a in accounts %}
{{ a.broker }}/{{ a.label }}
{% endfor %}