{{#if this}} {{#each this}}
{{this.title}}
{{#each this.events}} {{this.displayDate}} {{this.name}} {{#if this.location}}
{{this.location}}{{/if}} {{#if this.eventGroup}} {{this.eventGroup.name}} {{/if}}
{{/each}} {{/each}} {{else}}
{{t "views.partials.eventlist.noevents" }}
{{/if}}