Make A Reservation
{{ form.field_values.type == 'beer_tasting' ? 'Beer Tasting Times' : 'Opening Times' }}
| {{ selected_opening_time.from }}{{ selected_opening_time.to ? ' - ' + selected_opening_time.to : '' }} | {{ selected_opening_time.open }} - {{ selected_opening_time.close }} |
|---|
Please note: We require at least 72 hours notice for Beer Tasting bookings. We cannot guarantee your reservation if booked before this time. Thank you for your understanding.
Are you joining us for a specific event?
Please provide any dietary restrictions, allergies or requests.
| Price | {{ formatPrice(selected_events_christmas.payment.amount) }} |
|---|---|
| Qty | {{ form.field_values.no_of_people }} |
| Total | {{ formatPrice(payable_amount) }} |
| Price | {{ formatPrice(selected_events_sport.payment.amount) }} |
|---|---|
| Qty | {{ form.field_values.no_of_people }} |
| Total | {{ formatPrice(payable_amount) }} |
| Price | {{ formatPrice(selected_events_beer_tasting.payment.amount) }} |
|---|---|
| Qty | {{ form.field_values.no_of_people }} |
| Total | {{ formatPrice(payable_amount) }} |
| Price | {{ formatPrice(selected_events_private_hire.payment.amount) }} |
|---|---|
| Qty | {{ form.field_values.no_of_people }} |
| Total | {{ formatPrice(payable_amount) }} |
| Price | {{ formatPrice(selected_venue.payment.amount) }} |
|---|---|
| Qty | {{ form.field_values.no_of_people }} |
| Total | {{ formatPrice(payable_amount) }} |