{{localize "PF2E.CoreSkillsHeader"}}

      {{#each data.skills as |skill key|}} {{#unless skill.lore}}
    1. {{numberFormat skill.value decimals=0 sign=true}}

      {{localize skill.label}}

      {{localize "PF2E.ModifiersTitle"}}
      {{#with skill}} {{> "systems/pf2e/templates/actors/partials/modifiers-tooltip.hbs" abpEnabled=@root.abpEnabled title=label}} {{/with}}
    2. {{/unless}} {{/each}}

    {{localize "PF2E.LoreSkillsHeader"}}

      {{#each data.skills as |skill idx|}} {{#if skill.lore}}
    1. {{numberFormat skill.value decimals=0 sign=true}}
      {{#if ../editable}}
      {{/if}}
    2. {{/if}} {{/each}}

    {{localize "PF2E.Actor.Character.Proficiency.Attack.Title"}} {{#if editable}}
    {{/if}}

      {{#each martialProficiencies.attacks as |proficiency key|}}
    1. {{#if (and proficiency.custom @root.editable)}} {{/if}} {{numberFormat proficiency.value decimals=0 sign=true}}

      {{localize proficiency.label}}

    2. {{/each}}

    {{localize "PF2E.Actor.Character.Proficiency.Defense.Title"}}

      {{#each martialProficiencies.defenses as |proficiency key|}}
    1. {{#if (and proficiency.custom @root.editable)}} {{/if}} {{numberFormat proficiency.value decimals=0 sign=true}}

      {{localize proficiency.label}}

    2. {{/each}}