{{#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}}
  • {{this.time}}
{{/ifCond}} {{/each}}
add
SORRY! SOMETHING WENT WRONG. PLEASE TRY AGAIN