{{#each data.splitInvocationsList as |list type|}}
{{localize (concat 'chiaroscuro.technique.invocation_types.' type)}} {{#if ../data.editable_not_soft_locked}} {{/if}}
    {{#each list as |item|}}
    • {{item.name}}
    • {{#if ../../data.editable_not_soft_locked}}
    • {{/if}}
  • {{/each}}
{{/each}}