{% import 'macro/accordion.html' as accordion %} {# The bag tables are heavy (hundreds of rows/inputs), so only the accordion shell renders with the page; the tables are fetched from bags_tables() the first time the accordion is opened (see bag-missing-sync.js). #} {{ accordion.header('Bags', 'bags-inventory', 'set-details', quantity=sidecar_bags | length, icon='archive-line', class='p-0') }}
Loading bags…
{{ accordion.footer() }}