{{#ifCond this.length '==' 0}}
You currently have no reservations
{{/ifCond}}
{{#each this}}
{{#ifCond this.type '==' 'time'}}
{{this.label}}
{{/ifCond}}
{{#ifCond this.type '==' 'reservation'}}
{{this.title}} reserved by {{this.user}}
{{/ifCond}}
{{/each}}