• {{!-- Image --}}
    {{#if item.usable}} {{#if @root.isNPC}} d20 {{else}} 2d12 {{/if}} {{/if}}
    {{!-- Item Name --}} {{localize item.name}} {{!-- Resource --}} {{#if (and (eq type 'weapon') item.system.resource)}} {{> "systems/daggerheart/templates/sheets/global/partials/item-resource.hbs"}} {{/if}} {{!-- Tags Start --}} {{#with item}}
    {{#each this._getLabels as |label|}} {{ifThen label.value label.value label}} {{#each label.icons as |icon|}} {{/each}} {{#if (not @last)}} - {{/if}} {{/each}}
    {{/with}} {{!--Tags End --}} {{!-- Controls --}} {{#unless hideControls}}
    {{#if isActor}} {{#if (eq type 'adversary')}} {{/if}} {{else}} {{#if @root.editable}} {{#if (eq type 'weapon')}} {{else if (eq type 'armor')}} {{else if (eq type 'domainCard')}} {{else if (eq type 'effect')}} {{/if}} {{/if}} {{#if (hasProperty item "toChat")}} {{/if}} {{#unless hideContextMenu}} {{/unless}} {{/if}}
    {{/unless}}