{{#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}}
    {{#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/partials/spell-collection.hbs" entry=entry}} {{/if}}
  2. {{/each}} {{#if @root.options.editable}}
  3. {{/if}}