• {{item.name}}

    {{item.name}} {{#if item.isTemporary}}{{/if}} {{#if (and user.isGM (not item.isIdentified))}}({{item.system.identification.identified.name}}){{/if}} {{#if itemSize}}({{itemSize}}){{/if}}

    {{#if (and item.uses.max (or (gt item.uses.max 1) (eq item.system.consumableType.value "wand")))}} ({{item.uses.value}}/{{item.uses.max}}) {{/if}}
    {{#if (or @root.inventory.showValueAlways (and (eq item.type "treasure") (not item.container)))}} {{#if (or item.isIdentified @root.user.isGM)}} {{#if @root.inventory.showIndividualPricing}} {{item.price.value}} {{#if (gt item.price.per 1)}} / {{item.price.per}} {{/if}} {{else}} {{item.assetValue}} {{/if}} {{/if}} {{/if}} {{#if editable}}{{/if}} {{item.quantity}} {{#if editable}}+{{/if}} {{#if (ne @root.actor.type "npc")}} {{item.bulk}} {{/if}} {{#if editable}}
    {{#if isContainer}} {{/if}} {{#if (and canBeEquipped isInvestable)}} {{/if}} {{#if (or (eq @root.actor.type "character") (eq @root.actor.type "npc"))}} {{> "systems/pf2e/templates/actors/partials/carry-type.hbs" item=item}} {{/if}} {{#if item.isDamaged}} {{/if}} {{#if @root.user.isGM}} {{#if item.isIdentified}} {{else}} {{/if}} {{/if}} {{#if (and isSellable (ne @root.actor.type "loot"))}} {{/if}} {{#if (and (eq item.type "weapon") (eq @root.actor.type "npc"))}} {{/if}} {{#if (or @root.user.isGM item.isIdentified)}} {{/if}} {{#if (or owner (ne @root.actor.type "loot"))}} {{/if}}
    {{/if}}
    {{#if isContainer}}
    {{#if isContainer}}
    {{localize "PF2E.CapacityBarLabel"}}: {{item.capacity.value}} / {{item.capacity.max}}
    {{/if}} {{#unless item.isCollapsed}}
      {{#each heldItems}} {{> "systems/pf2e/templates/actors/partials/item-line.hbs" editable=@root.editable user=@root.user owner=@root.owner}} {{/each}}
    {{/unless}}
    {{/if}}