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