{{#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}}