{{#unless entry.isRitual}}
{{entry.statistic.dc.value}}
{{localize "PF2E.Actor.Creature.Spellcasting.DC"}}
{{#if entry.isPrepared}}
{{/if}}
{{#if entry.isFocusPool}}
{{#times @root.data.resources.focus.max}}
{{/times}}
{{localize "PF2E.Focus.Pool"}}
{{/if}}
{{localize entry.statistic.label}}
{{lookup @root.numberToRank entry.statistic.rank}}
{{/unless}}
{{#if entry.hasCollection}}
{{> (resolvePath "templates/actors/partials/spell-collection.hbs") entry=entry}}
{{/if}}
{{/each}}