{{#each stages as |stage stageId|}}

    {{localize "PF2E.Item.Affliction.Stage" stage=stage.stage}}

    {{localize "PF2E.Formula"}}

    {{#each stage.damage as |damage id|}}
    {{/each}}

    {{localize "PF2E.ConditionsLabel"}}

    {{#each stage.conditions as |condition key|}}
    {{#if condition.document.system.value.isValued}} {{/if}} {{#if @root.options.editable}} {{/if}}
    {{/each}}

    {{localize "PF2E.EffectsLabel"}}

    {{#if stage.effects}} {{/if}}
    {{> systems/pf2e/templates/items/partials/duration.hbs base=(concat "system.stages." stageId ".duration") duration=stage.duration units=../durationUnits}}
{{/each}}