{{#each data.splitInvocationsList as |list type|}}
{{localize (concat 'chiaroscuro.technique.invocation_types.' type)}} {{#if ../data.editable_not_soft_locked}} {{/if}}
    {{#each list as |item|}} {{> 'systems/l5rx-chiaroscuro/templates/items/technique/technique-entry.html' technique=item editable=../../data.editable_not_soft_locked}} {{/each}}
{{/each}}