{{#each stages as |stage stageId|}}
{{localize "PF2E.Item.Affliction.Stage" stage=stage.stage}}
{{localize "PF2E.ConditionsLabel"}}
{{localize "PF2E.EffectsLabel"}}
{{#if stage.effects}}
{{#each stage.effects as |effect|}}
-
{{effect.name}}
{{#if @root.options.editable}}{{/if}}
{{/each}}
{{/if}}
{{> systems/pf2e/templates/items/partials/duration.hbs base=(concat "system.stages." stageId ".duration") duration=stage.duration units=../durationUnits}}
{{/each}}