{{!-- Source image in case of change during data preparation --}}
{{!-- Likewise with source name --}} {{#if (and item.actionCost (not (eq item.type "action")))}} {{{actionGlyph item.actionCost}}} {{/if}} {{#if itemType}} {{#if adjustedLevelHint}}{{/if}} {{itemType}} {{/if}} {{#if showTraits}} {{else if rarity}}
{{/if}}
{{#if hasSidebar}}
{{> (sidebarTemplate)}}
{{/if}}
{{#if user.isGM}}
{{editor enrichedContent.gmNotes target="system.description.gm" button=true owner=owner editable=editable}}
{{/if}}
{{#if (not isVariant)}} {{editor enrichedContent.description target="system.description.value" button=true owner=owner editable=editable}} {{else}} {{{enrichedContent.description}}} {{/if}}
{{#if hasDetails}}
{{> (detailsTemplate)}}
{{/if}} {{#developMode}} {{#if isPhysical}}
{{> "systems/pf2e/templates/items/activation-panel.hbs"}}
{{/if}} {{/developMode}} {{#if (and isPhysical user.isGM)}} {{> "systems/pf2e/templates/items/mystify-panel.hbs"}} {{/if}} {{#if (not isVariant)}}
{{!-- Use ~ so that text areas don't add further indentation --}} {{~> systems/pf2e/templates/items/rules-panel.hbs item=item}}
{{/if}}