{{#if toggles}}{{> "systems/pf2e/templates/actors/partials/toggles.hbs" toggles=toggles}}{{/if}}

{{localize "PF2E.RecallKnowledge.Label"}}

{{#if identificationDCs.standard}}
{{identificationDCs.standard}}
{{/if}}
{{identificationDCs.lore}}

{{localize "PF2E.Actor.Creature.AttributeModifiers"}}

{{#each data.abilities as |ability id|}} {{/each}}

{{localize "PF2E.NPC.SensesLabel"}}

{{localize "PF2E.PerceptionLabel"}} {{#with data.attributes.perception as |perception|}} {{/with}}
{{# if options.editable}} {{else}} {{data.traits.senses.value}} {{/if}}

{{localize "PF2E.Languages"}}

{{# if options.editable}}
{{/if}}
{{#each languages as |language slug|}}
{{localize language.label}}
{{/each}} {{#if languageDetails}}
{{localize languageDetails}}
{{/if}}

{{localize "PF2E.SkillsLabel"}}

{{#if options.editable}}
{{/if}}
{{#each data.sortedSkills as |skill id|}} {{#if skill.visible}}
{{skill.label}} {{numberFormat skill.value decimals=0 sign=true}} {{#if skill.variants}} {{#each skill.variants as |variant variantId|}} ({{variant.label}}) {{/each}} {{/if}}
{{/if}} {{/each}}

{{localize "PF2E.NPC.Attacks"}}

{{#if options.editable}} {{/if}}
    {{#each data.actions as |attack index|}} {{> "systems/pf2e/templates/actors/npc/partials/attack.hbs" action=attack index=index isEditable=@root.options.editable}} {{/each}}

{{localize "PF2E.ActionActionsLabel"}}

{{#if options.editable}}
{{/if}}
    {{#each actions.active.actions as |action actionId|}} {{> "systems/pf2e/templates/actors/npc/partials/action.hbs" action=action isEditable=@root.options.editable}} {{/each}}

{{localize "PF2E.NPC.PassivesLabel"}}

{{#if options.editable}}
{{/if}}
    {{#each actions.passive.actions as |action actionId|}} {{> "systems/pf2e/templates/actors/npc/partials/action.hbs" action=action isEditable=@root.options.editable}} {{/each}}