{{#> dotdungeon.panel class="spells" title="dotdungeon.actor.pc.panel.spells"}}
{{#each items.spell as | spell |}}
{{#if spell.system.description}}
{{spell.system.description}}
{{else}}
{{localize "dotdungeon.actor.pc.spells.description.placeholder"}}
{{/if}}
{{spell.name}}
{{#if (defined spell.system.usage_cost)}}
{{localize "dotdungeon.actor.pc.spells.title.cost" cost=spell.system.usage_cost}}
{{/if}}
{{localize "dotdungeon.actor.pc.spells.empty"}}
{{/each}} {{/ dotdungeon.panel}}