{{#if isItem}} {{#if @root.editable}} {{!-- Editing --}} {{#if item.canDelete}} {{!-- Deleting --}} {{/if}} {{else if @root.owner}} {{!-- Attuning --}} {{#with ctx.attunement}} {{#if applicable}} {{/if}} {{/with}} {{!-- Equipping --}} {{#with ctx.equip}} {{#if applicable}} {{/if}} {{/with}} {{!-- Preparing --}} {{#with ctx.preparation}} {{#if applicable}} {{/if}} {{/with}} {{/if}} {{!-- Expand/Collapse --}} {{!-- Context Menu --}} {{/if}}