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