{{#unless isNPC}} {{else}} {{/unless}} {{localize "DND5E.AbbreviationDC"}} {{data.attributes.spelldc}}
    {{#each spellbook as |section|}}
  1. {{section.label}}

    {{#if section.usesSlots}} / {{{section.slots}}} {{#if ../editable}} {{/if}} {{ else }} {{{section.uses}}} / {{{section.slots}}} {{/if}}
    {{localize "DND5E.SpellSchool"}}
    {{localize "DND5E.SpellUsage"}}
    {{localize "DND5E.SpellTarget"}}
    {{#if section.canCreate}} {{localize "DND5E.Add"}} {{/if}}
    1. {{#each section.spells as |item i|}}
    2. {{item.name}}

      {{#if item.data.uses.per }}
      Uses {{item.data.uses.value}} / {{item.data.uses.max}}
      {{/if}}
      {{#each labels.components}} {{this}} {{/each}}
      {{labels.school}}
      {{labels.activation}}
      {{#if labels.target}} {{labels.target}} {{else}}None {{/if}}
      {{#if ../../owner}}
      {{#if section.canPrepare}} {{/if}}
      {{/if}}
    3. {{/each}}
    {{else}} {{#if owner}} {{#if filters.spellbook.size}}
  2. {{localize "DND5E.FilterNoSpells"}}

  3. {{else}}
  4. {{localize "DND5E.NoSpellLevels"}}

  5. {{/if}} {{/if}} {{/each}}