{# 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. The trailing "New account" button (a-button partial) posts the whole #bulk-code-form (op=new-account). #}
| Account | Location | % | |
|---|---|---|---|
| {% with classes=accounts.new_account.classes attrs=accounts.new_account.attrs indicator=accounts.new_account.indicator body=accounts.new_account.body %}{% include "templates/components/a-button.html" %}{% endwith %} | |||