{{#if inventory.hasCurrency}}
{{#each this.inventory.currencies as | currency |}} {{#if currency.enabled}}
{{localize currency.label}} {{formInput currency.field value=currency.value enriched=currency.value toggled=true}}
{{/if}} {{/each}}
{{/if}}
{{> 'daggerheart.inventory-items' title='TYPES.Item.weapon' type='weapon' actorType='party' collection=@root.inventory.weapons isGlassy=true canCreate=true hideResources=true hideContextMenu=true }} {{> 'daggerheart.inventory-items' title='TYPES.Item.armor' type='armor' actorType='party' collection=@root.inventory.armor isGlassy=true canCreate=true hideResources=true hideContextMenu=true }} {{> 'daggerheart.inventory-items' title='TYPES.Item.consumable' type='consumable' actorType='party' collection=@root.inventory.consumables isGlassy=true canCreate=true hideContextMenu=true }} {{> 'daggerheart.inventory-items' title='TYPES.Item.loot' type='loot' actorType='party' collection=@root.inventory.loot isGlassy=true canCreate=true hideContextMenu=true }}