{{#if (or @root.inventory.showValueAlways (and (eq item.type "treasure") (not item.container)))}}
{{#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}}