{{!-- entry --}} {{#each spellGroups as |group rank|}}
{{localize group.label}}
{{#if group.focusPool}}
{{> (@root.partial 'slider') group.focusPool}}
{{/if}}
{{!-- spell --}} {{#each group.slotSpells}}
{{!-- image --}} {{> (@root.partial 'item-image') spell}} {{!-- details --}}
{{!-- name --}}
{{#if signature}} {{/if}} {{spell.name}}
{{!-- extras --}}
{{!-- category --}} {{#if isRitual}}
{{spell.system.time.value}}
{{else}}
{{{actionGlyph spell.system.time.value}}}
{{/if}} {{!-- actions --}}
{{!-- is not primary vessel --}} {{#if untrainedVessel}} {{{untrainedVessel}}} {{!-- if broken --}} {{else if isBroken}}
{{!-- not broken or untrained --}} {{else}} {{!-- if uses --}} {{#if uses}}
{{#if uses.hasMaxUses}} / {{/if}}
{{else if canTogglePrepared}} {{/if}} {{!-- must equip --}} {{#if annotation}} {{!-- parent of virtual unequipped --}} {{else if unequipped}} {{!-- equipped --}} {{else}} {{!-- cast spell --}} {{/if}} {{/if}}
{{/each}} {{/each}}