{{! 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}} {{> systems/metro-2033/templates/actor/partials/resource-counter.html}}
{{localize "MYZ.Add"}}
{{#each sourceList as |listItem index|}}
{{listItem.name}} {{#if (isdefined listItem.system.broken)}} {{#if listItem.system.broken}} {{else}} {{/if}} {{/if}}
{{/each}}