{{wealth.coins}} {{localize 'PF2E.CurrencyAbbreviations.gp'}}
{{wealth.total}} {{localize 'PF2E.CurrencyAbbreviations.gp'}}
{{#if bulk.isEncumbered}} {{else}} {{/if}}
{{bulk.value}} / {{bulk.encumberedAfter}}
{{localize "PF2E.BulkMaxLabel"}}: {{bulk.max}}
{{#if canMergeItems}} {{/if}}
{{#each sections as |section|}}
{{section.label}}
{{#each section.items as |itemData|}} {{#unless itemData.hidden}} {{> 'item-row' itemData}} {{/unless}} {{/each}} {{/each}} {{#*inline 'item-row'}}
{{!-- subspacer --}} {{#if (and (not isContainer) (or item.isInContainer isSubitem))}}
{{/if}} {{!-- image --}} {{> (@root.partial 'item-image') item}} {{!-- details --}}
{{!-- name --}} {{!-- extras --}}
{{!-- container toggle --}} {{#if isContainer}} {{/if}} {{!-- quantity --}} {{#unless (or isSubitem isContainer)}}
{{/unless}} {{!-- bulk --}}
{{item.bulk}}
{{!-- invest --}} {{#if (and canBeEquipped isInvestable)}} {{/if}} {{!-- use --}} {{#if canBeUsed}} {{#if (or (lt item.quantity 1) (and hasCharges (lt item.uses.value 1)))}} {{else}} {{/if}} {{/if}} {{!-- attach/detach or worn --}} {{#if (and isSubitem (or item.isIdentified @root.isGM))}} {{else if (or @root.isCharacter @root.isNPC)}} {{#with item.system.equipped as |equipped|}} {{~#if (and (eq equipped.carryType "held") (eq equipped.handsHeld 1))}} {{~else if (and (eq equipped.carryType "held") (eq equipped.handsHeld 2))}} {{~else if (eq equipped.carryType "stowed")}} {{~else if (eq equipped.carryType "dropped")}} {{~else if (eq equipped.carryType "implanted")}} {{~else}} {{/if~}} {{/with}} {{/if}} {{!-- repair --}} {{#if item.isDamaged}} {{/if}} {{!-- identify --}} {{#if item.isIdentified}} {{#if @root.isGM}} {{/if}} {{else if @root.canIdentify}} {{/if}} {{!-- edit --}} {{#if (or @root.isGM item.isIdentified)}} {{/if}} {{!-- delete --}}
{{!-- subitems --}} {{#each subItems as |subItem|}} {{> 'item-row' subItem}} {{/each}} {{!-- stowed items --}} {{#if (and isContainer (not item.isCollapsed))}} {{#each heldItems as |itemData|}} {{> 'item-row' itemData}} {{/each}} {{/if}} {{/inline}}