{{ localize "UI.effects.name" }}

    {{#each effects as |section sid|}}
  1. {{#if (eq section.type 'temporary')}} {{localize "UI.effects.temporary" }} {{else if (eq section.type 'passive')}} {{localize "UI.effects.passive" }} {{else if (eq section.type 'inactive')}} {{localize "UI.effects.inactive" }} {{/if}}

    {{localize 'UI.source'}}
    {{localize 'UI.duration'}}
    {{#if @root.isEditMode}} {{localize "UI.add"}} {{/if}}
    1. {{#each section.effects as |effect|}}
    2. {{effect.sourceName}}
      {{effect.duration.label}}
      {{#if @root.isEditMode}} {{/if}}
    3. {{/each}}
    {{/each}}