{{!-- Source image in case of change during data preparation --}}
{{!-- Likewise with source name --}} {{#if (or item.actionCost item.actionGlyph)}}{{{actionGlyph (coalesce item.actionCost item.actionGlyph)}}}{{/if}} {{#if itemType}} {{#if adjustedLevelHint}}{{/if}} {{itemType}} {{/if}} {{#if showTraits}} {{else if rarity}}
{{/if}}
{{#if 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}}
{{> (lookup . "detailsTemplate")}}
{{localize "PF2E.Publication.Label"}}
{{> "systems/pf2e/templates/partials/publication-data.hbs" path="system.publication" data=data.publication}}
{{#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}}