{{#each options as |option|}} {{#if option.group}} {{#each option.items as |item|}} {{item.label}} {{/each}} {{else}} {{option.label}} {{/if}} {{/each}}