{{#each items as |item i|}} {{#if (and visible active hasSpells)}}
{{#each spells as |spell|}}
-
{{#if ../chargesPerSpell}}
/
{{../rechargeableLabel}}
{{/if}}
{{spell.level}}
{{spell.consumption}}
{{spell.canUpcastLabel}}
{{/each}} {{#if hasTableAsSpells}} {{#each tableAsSpells as |table|}}
-
{{#if ../chargesPerSpell}}
/
{{../rechargeableLabel}}
{{/if}}
-
{{table.consumption}}
-
{{/each}} {{/if}}
{{/if}} {{/each}}
{{/if}}