{{#each spellcastingEntries as |entry eid|}}
  1. {{#if @root.options.editable}}
    {{#if (or entry.isPrepared entry.isSpontaneous entry.isInnate)}} {{/if}} {{#unless entry.isRitual}} {{/unless}}
    {{/if}}
    {{#unless entry.isRitual}}
    1. {{numberFormat entry.statistic.check.mod decimals=0 sign=true}}

      {{localize "PF2E.SpellAttackLabel"}}

      {{entry.statistic.dc.value}}

      {{localize "PF2E.SpellSaveLabel"}}

      {{#if entry.isPrepared}}
    2. {{localize (lookup @root.magicTraditions entry.tradition)}}
    {{/unless}} {{> "systems/pf2e/templates/actors/spellcasting-spell-list.html" entry=entry}}
  2. {{/each}} {{#if @root.owner}}
  3. {{/if}}