• {{!-- Image --}}
    {{#if (or item.system.actionsList.size item.system.actionsList.length item.actionType)}} {{#if @root.isNPC}} d20 {{else}} 2d12 {{/if}} {{/if}}
    {{!-- Item Name --}} {{localize item.name}} {{!-- 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 (eq type 'weapon')}} {{else if (eq type 'armor')}} {{else if (eq type 'domainCard')}} {{else if (eq type 'effect')}} {{/if}} {{#if (hasProperty item "toChat")}} {{/if}} {{#unless hideContextMenu}} {{/unless}} {{/if}}
    {{/unless}}