Add Type
{{#each this}} {{#ifCond this.type '==' 'time'}}
{{this.label}}
{{/ifCond}} {{#ifCond this.type '==' 'reservation'}}
{{this.title}} reserved by {{this.user}}
{{this.time}}
{{/ifCond}} {{/each}}
add
New Reservation
Start Date:
Start Time:
Hours:
Minutes:
Cancel
Reserve
Really Delete Reservation?
Cancel
Delete
Cancel
Done
SORRY! SOMETHING WENT WRONG. PLEASE TRY AGAIN
Try Again