{{#if (or inventory.bulk inventory.invested)}}
{{#with inventory.bulk as |bulk|}}
{{localize
{{localize "PF2E.Item.Physical.Bulk.Label"}}: {{bulk.value}} / {{localize "PF2E.ConditionTypeEncumbered"}}: {{bulk.encumberedAfter}} {{localize "PF2E.BulkMaxLabel"}}: {{bulk.max}}
{{/with}} {{#with inventory.invested}}
{{localize "PF2E.InvestedLabel"}} {{@root.inventory.invested.value}} / {{@root.inventory.invested.max}}
{{/with}}
{{/if}}