{{#each options}} {{#if this.text}}
{{localize this.text}}
{{/if}}
{{#each this.groups as |name key|}}
{{localize name}}
{{/each}}
{{/each}}