{{#each sections as |section|}}
{{#if section.title}}
{{localize section.title}}
{{/if}} {{#each section.options as |option|}}
{{{localize option.label}}}
{{/each}}
{{/each}}