{{!-- Header --}}
{{!-- Name & Level --}}
{{#with data.details.level as |level|}} {{/with}}
{{!-- Rarity and size --}}
{{!-- Traits Selector --}}
{{!-- Blurb --}}
{{!-- Body --}}
{{!-- Description --}}

{{localize "PF2E.NPC.PublicNotes"}}

{{editor enrichedContent.publicNotes target="system.details.publicNotes" button=true editable=editable engine="prosemirror"}}
{{#if user.isGM}} {{!-- Private Notes --}}

{{localize "PF2E.NPC.PrivateNotes"}}

{{editor enrichedContent.privateNotes target="system.details.privateNotes" button=true editable=editable engine="prosemirror"}}
{{/if}} {{#if (and editable document.conditions.active.length)}}

{{localize "PF2E.ConditionsLabel"}}

    {{> (resolvePath "templates/actors/partials/effects.hbs") effects=document.conditions.active}}
{{/if}} {{#if (and editable document.itemTypes.effect.length)}}

{{localize "PF2E.EffectsLabel"}}

    {{> (resolvePath "templates/actors/partials/effects.hbs") effects=document.itemTypes.effect}}
{{/if}} {{#if user.isGM}} {{!-- Publication --}}

Publication

{{> (resolvePath "templates/partials/publication-data.hbs") path="system.details.publication" data=data.details.publication}}
{{/if}}