{# Sales-summary modal body: a read-only Debits | Credits two-column view of the auto items (each account is inline-editable), a swappable totals/balance block, and an editable Manual Items section with a working "New Summary Item" add. #}
Debits
{{ debit_rows|safe }}
Credits
{{ credit_rows|safe }}
{{ totals|safe }}
Manual Items
{{ manual_rows|safe }}
{{ new_item_button|safe }}