{{!-- Spellcasting --}}
{{#each spellcasting}}

{{ label }}

{{#if @root.isNPC}} {{#if (and @root.editable noSpellcaster)}} {{else}} {{ ability.label }} {{/if}} {{else}} {{/if}}
{{ localize "DND5E.Ability" }} {{ dnd5e-formatModifier ability.mod }}
{{ localize "DND5E.Attack" }} {{ dnd5e-formatModifier attack }}
{{ localize "DND5E.SpellDC" }} {{ save }}
{{#if (or preparation.value preparation.max)}}
{{ localize "DND5E.Prepared" }} {{ preparation.value }} {{#if preparation.max}} / {{ preparation.max }} {{/if}}
{{/if}} {{#if @root.isNPC}}
{{ localize "DND5E.Level" }} {{#if (and @root.editable noSpellcaster)}} {{ numberInput @root.system.attributes.spell.level name="system.attributes.spell.level" min=0 step=1 placeholder="—" }} {{else}} {{ level }} {{/if}}
{{ localize "DND5E.Concentration" }} {{#if @root.editable}} {{else}} {{ dnd5e-formatModifier concentration.mod }} {{/if}}
{{/if}}
{{/each}}
{{!-- Spells --}} {{> "systems/dnd5e/templates/inventory/inventory.hbs" keepEmpty=true }}