{{#each spellcasting as |entry|}}
{{entry.label}}
{{#if entry.hasSlotsToRefresh}} {{/if}} {{#if entry.hasMissingSpells}} {{/if}}
{{#each entry.spells as |spell|}} {{> 'entry' spell}} {{/each}} {{/each}} {{#if rituals}}
{{localize 'PF2E.Actor.Creature.Spellcasting.Rituals'}}
{{#if rituals.hasMissingSpells}} {{/if}}
{{#each rituals.spells as |spell|}} {{> 'entry' spell}} {{/each}} {{/if}}