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 }} |
---|
Would you like to watch sport?
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) }} |