{{#if this.hasTimes}} {{#each this.optionsGroupedByDays as |optionGroup|}} {{/each}} {{/if}} {{#each this.options as |option|}} {{/each}} {{#each this.usersSorted as |user|}} {{#each this.options as |option index|}} {{#let (object-at index user.selections) as |selection|}} {{/let}} {{/each}} {{/each}}
{{!-- column for name --}} {{moment-format optionGroup.value @momentLongDayFormat}}
{{!-- column for name --}} {{#if (and this.isFindADate this.hasTimes)}} {{#if option.hasTime}} {{moment-format option.date "LT"}} {{/if}} {{else if this.isFindADate}} {{moment-format option.date @momentLongDayFormat}} {{else}} {{option.title}} {{/if}}
{{user.name}} {{#if selection.labelTranslation}} {{t selection.labelTranslation}} {{else}} {{selection.label}} {{/if}}