{# Vendor field (a change repopulates the default account via a whole-form swap) + either the simple single-row coding or the advanced account grid. #}
{{ mode_hidden|safe }}{{ vendor_field|safe }}
{% if is_simple %}
{{ simple_mode|safe }}
{% else %}
{{ toggle_link|safe }}{{ accounts_field|safe }}
{% endif %}