{{localize "PF2E.CurrencyLabel"}}
{{#each inventory.currency as |value unit|}}
{{value.value}}
{{/each}}
{{#each groups as |group|}}
{{group.label}}
{{localize "PF2E.Actor.Inventory.UnitTitle.Price"}}
{{localize "PF2E.QuantityLabel"}}
{{#each group.items as |item|}}
{{item.price}}
{{item.quantity}}
{{/each}}
{{/each}}