Loading Calendar...
{{#if calLoading}}
Calendar Loading...
{{>spinner}}
{{else}}
{{/if}}
{{_ "eventdetails"}}
{{#if userevents}}
{{#each userevents}}
{{#if $eq this.title 'HOSTING'}}
{{_ "hosting"}}{{>viewEvent}}
{{else}}
{{#if $eq this.title 'ATTENDING'}}
{{_ "attending"}}{{>viewEvent}}
{{else}}
{{#if $eq this.title 'INVITED'}}
{{_ "invited"}}{{>viewEvent}}
{{else}}
{{#if $eq this.title 'DECLINED'}}
{{_ "declined"}}{{>viewEvent}}
{{else}}
{{#if $eq this.title 'CANCELLED'}}
{{_ "declined"}}{{>viewEvent}}
{{else}}
{{_ "erroreventunknown"}}{{>viewEvent}}
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{/each}}
{{else}}
{{_ "noevents"}}
{{/if}}