{{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/character/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.MartialSkillsHeader"}} {{#if editable}}
    {{/if}}

      {{#each data.martial as |proficiency key|}}
    1. {{#if (and proficiency.custom @root.editable)}} {{/if}}

      {{numberFormat proficiency.value decimals=0 sign=true}}

      {{proficiency.label}}

    2. {{/each}}