{{#each levels}}
{{#if spellCount ../_id ../../_id}}
{{name}}
{{/if}}
{{#each spells ../_id ../../_id}}
{{name}}
{{school}} {{castingTime}}{{#if ritual}} (ritual){{/if}} - {{spellComponents}}
{{#if ../../settings.showUnprepared}}
{{else}}
{{/if}}
{{/each}}
{{/each}}