+ + + {{#each this.numberOfSteps as |_ index|}} + + {{#if (eq index this.parsedCompletedSteps)}} + + + + + {{else if + (lt index this.parsedCompletedSteps) + }} + + + + + {{/if}} + + {{/each}} + +