Council streaming
{{#if this.Phrase}}
{{translate-options 'X result for' 'XX result(s) for' 'XX results for' this.Total}}: {{this.Phrase}}
{{/if}}
{{#groupBy this.Items by="ScheduleDay"}}
{{#groupBy this.items by="CategoryId"}}
{{/groupBy}}
{{/groupBy}}
{{getDate (getFirst items 'ScheduleStart') 'LL'}}
{{getFirst items 'CategoryName'}}
{{#each (reverse items)}}
{{/each}}
{{/if}}