{# Expense-account grid -- fully template-driven. A single for-loop over the per-row view-models (bulk-code/account-row-vm), each delegating to account-row.html. Replaces the Clojure data-grid / data-grid-row / data-grid-cell composition. The trailing "New account" button posts the whole #bulk-code-form (op=new-account). #}
{% for row in rows %}{% include "templates/transaction-bulk-code/account-row.html" %}{% endfor %}
Account Location %
{{ new_account_button|safe }}