{{! PARAM: sourceType: to create a new item type in the list}} {{! PARAM: sourceList: existing list of mutations/powers/contacts}} {{! PARAM: sourceLabel: to create a header label - DEPRICAATED}} {{! PARAM: fixedHeight: should it grow or have a scroll}}
{{localize "MYZ.Add"}}
{{#each sourceList as |listItem index|}}
{{listItem.name}} {{#if (ifvalue listItem.system.creatureType 'robot')}} {{#if listItem.system.broken}} {{else}} {{/if}} {{/if}}
{{/each}}