{{#each spellcastingEntries as |entry eid|}}
  1. {{#unless entry.isRitual}} {{/unless}}

    {{#if @root.options.editable}}
    {{#if entry.isFocusPool}} {{/if}} {{#if (or entry.isPrepared entry.isSpontaneous entry.isInnate)}} {{/if}} {{#unless entry.isRitual}} {{/unless}}
    {{/if}}
    {{#unless entry.isRitual}}
    {{entry.statistic.dc.value}}

    {{localize "PF2E.SpellSaveLabel"}}

    (
    {{> "systems/pf2e/templates/actors/character/icons/d20.hbs"}} {{numberFormat entry.statistic.check.mod decimals=0 sign=true}}
    )
    {{#if entry.isPrepared}} {{/if}} {{#if entry.isFocusPool}}
    {{#times @root.data.resources.focus.max}} {{/times}}

    {{localize "PF2E.Focus.Pool"}}

    {{/if}}
    {{localize entry.statistic.label}}
    {{/unless}} {{#if entry.hasCollection}} {{> "systems/pf2e/templates/actors/spellcasting-spell-list.hbs" entry=entry}} {{/if}}
  2. {{/each}} {{#if @root.options.editable}}
  3. {{/if}}