{# Control form loaded into the shared modal. `action` selects which form. Account fields are dropdowns populated from the live account list. close_on_ok closes the modal after a successful mutation; the Status panel updates live via its own hx-target. #} {% set close_on_ok = "if(event.detail.successful) this.closest('dialog').close()" %} {% macro account_select(name="account", blank=False, blank_label="— keep —", extra=None) %} {% endmacro %} {% macro head(title) %}
No accounts exist yet. Create one with New account first.
No control named “{{ action }}”.