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

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

{{localize "PF2E.DamageLabel"}}

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

{{localize "PF2E.ConditionsLabel"}}

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

{{localize "PF2E.EffectsLabel"}}

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