{{#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}}
{{> (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}}