{{> "systems/pf2e/templates/actors/partials/coinage.hbs" owner=owner}}
    {{#each inventory.sections as |section|}}
  1. {{section.label}}

    {{localize "PF2E.UnitPriceLabel"}} {{localize "PF2E.QuantityLabel"}} {{localize "PF2E.BulkShortLabel"}} {{#if @root.owner}}
    {{/if}}
    1. {{#each section.items}} {{> "systems/pf2e/templates/actors/partials/item-line.hbs" this=this editable=@root.editable owner=@root.owner user=@root.user}} {{/each}}
    {{/each}}