Current Hotel Bookings

{{if (bookings && bookings.length>0)}} {{each(index, booking) bookings}} {{/each}}
Name Address City, State Check in Check out Confirmation number Action
${booking.hotel.name} ${booking.hotel.address} ${booking.hotel.city}, ${booking.hotel.state}, ${booking.hotel.country} ${booking.hotel.checkinDate} ${booking.hotel.checkoutDate} ${booking.hotel.id} Cancel
{{else}}

No Bookings Found

{{/if}}