{{#each afflictions as |affliction|}} {{> effect this=affliction}} {{/each}} {{#if (and afflictions.length conditions.length)}}
{{/if}} {{#each conditions as |condition|}} {{> effect this=condition}} {{/each}} {{#if (and conditions.length effects.length)}}
{{/if}} {{#each effects as |effect|}} {{> effect this=effect}} {{/each}}
{{#*inline "effect"}} {{#if (or effect.isIdentified @root.user.isGM)}}
{{#if effect.isLocked}}
{{/if}} {{#if effect.system.expired}} {{localize "PF2E.EffectPanel.Expired"}} {{else if effect.badge}}
{{coalesce effect.badge.label effect.badge.value}}
{{/if}}
{{/if}} {{/inline}}