{% extends 'base.html' %} {% block title %}{{ config.website }} {{ config.booking ? 'Booking' : 'Quotation' }} Form{% endblock %} {% block javascript %} {% if config.test %} {% endif %} {% if config.common_addresses %} {% endif %} {% endblock %} {% block content %} {% if config.test %}

{% endif %}
{% if errors.general is defined %}

{{ errors.general }}

{% endif %}

Contact Details

*
{% if errors.contact_name is defined %}

{{ errors.contact_name }}

{% endif %}
{% if config.contact_company_name %}
*
{% if errors.contact_company_name is defined %}

{{ errors.contact_company_name }}

{% endif %}
{% endif %}
*
{% if errors.contact_email is defined %}

{{ errors.contact_email }}

{% endif %}
*
{% if errors.contact_telephone is defined %}

{{ errors.contact_telephone }}

{% endif %}
*
{% if errors.contact_cell_phone is defined %}

{{ errors.contact_cell_phone }}

{% endif %}

{{ config.event ? 'Details of Event' : 'Outward Journey' }}

{% if config.passengers %}
*
{% if errors.passenger_count is defined %}

{{ errors.passenger_count }}

{% endif %}
{% endif %} {% if config.luggage %}
*
{% if errors.luggage_count is defined %}

{{ errors.luggage_count }}

{% endif %}
{% endif %} {% if config.taxis %}
*
{% if errors.taxi_count is defined %}

{{ errors.taxi_count }}

{% endif %}
{% endif %} {% if config.tour %}
*
{% if errors.tour is defined %}

{{ errors.tour }}

{% endif %}
{% endif %} {% if config.guests %}
*
{% if errors.guest_count is defined %}

{{ errors.guest_count }}

{% endif %}
{% endif %} {% if config.marshals %}
*
{% if errors.marshal_count is defined %}

{{ errors.marshal_count }}

{% endif %}
{% endif %} {% if config.taxi_model %}
*
{% if errors.taxi_model is defined %}

{{ errors.taxi_model }}

{% endif %}
{% endif %} {% if config.wedding_taxi %}
*
{% if errors.wedding_taxi_model is defined %}

{{ errors.wedding_taxi_model }}

{% endif %}
{% endif %} {% if config.booking_duration %}
*
{% if errors.booking_duration is defined %}

{{ errors.booking_duration }}

{% endif %}
{% endif %}

{{ config.event ? 'Event' : 'UK Pick Up' }} Details

*
{% if errors.outward_pick_up_date is defined %}

{{ errors.outward_pick_up_date }}

{% endif %}
*
{% if errors.outward_pick_up_time_hour is defined %}

{{ errors.outward_pick_up_time_hour }}

{% endif %}
*
{% if errors.outward_pick_up_time_minute is defined %}

{{ errors.outward_pick_up_time_minute }}

{% endif %}
{% if config.common_addresses %}
{% endif %}
*
{% if errors.outward_pick_up_postcode is defined %}

{{ errors.outward_pick_up_postcode }}

{% endif %}
Address not found, please enter manually
*
{% if errors.outward_pick_up_street is defined %}

{{ errors.outward_pick_up_street }}

{% endif %}
{% if errors.outward_pick_up_locality is defined %}

{{ errors.outward_pick_up_locality }}

{% endif %}
*
{% if errors.outward_pick_up_town_city is defined %}

{{ errors.outward_pick_up_town_city }}

{% endif %}
{% if config.outward_drop_off %}

UK Drop Off Details

{% if config.common_addresses %}
{% endif %}
{% if errors.outward_drop_off_postcode is defined %}

{{ errors.outward_drop_off_postcode }}

{% endif %}
Address not found, please enter manually
{% if errors.outward_drop_off_street is defined %}

{{ errors.outward_drop_off_street }}

{% endif %}
{% if errors.outward_drop_off_locality is defined %}

{{ errors.outward_drop_off_locality }}

{% endif %}
{% if errors.outward_drop_off_town_city is defined %}

{{ errors.outward_drop_off_town_city }}

{% endif %}
{% endif %} {% if config.return_journey %}

Return Journey

{{ config.event ? 'Event' : 'UK Pick Up' }} Details

{% if errors.return_pick_up_date is defined %}

{{ errors.return_pick_up_date }}

{% endif %}
*
{% if errors.return_pick_up_time_hour is defined %}

{{ errors.return_pick_up_time_hour }}

{% endif %}
*
{% if errors.return_pick_up_time_minute is defined %}

{{ errors.return_pick_up_time_minute }}

{% endif %}
{% if config.common_addresses %}
{% endif %}
{% if errors.return_pick_up_postcode is defined %}

{{ errors.return_pick_up_postcode }}

{% endif %}
Address not found, please enter manually
{% if errors.return_pick_up_street is defined %}

{{ errors.return_pick_up_street }}

{% endif %}
{% if errors.return_pick_up_locality is defined %}

{{ errors.return_pick_up_locality }}

{% endif %}
{% if errors.return_pick_up_town_city is defined %}

{{ errors.return_pick_up_town_city }}

{% endif %}

UK Drop Off Details

{% if config.common_addresses %}
{% endif %}
{% if errors.return_drop_off_postcode is defined %}

{{ errors.return_drop_off_postcode }}

{% endif %}
Address not found, please enter manually
{% if errors.return_drop_off_street is defined %}

{{ errors.return_drop_off_street }}

{% endif %}
{% if errors.return_drop_off_locality is defined %}

{{ errors.return_drop_off_locality }}

{% endif %}
{% if errors.return_drop_off_town_city is defined %}

{{ errors.return_drop_off_town_city }}

{% endif %}
{% endif %}

Special Instructions

{% if errors.outward_pick_up_special_instructions is defined %}

{{ errors.outward_pick_up_special_instructions }}

{% endif %}
{% if config.billing %}

Registered Card Billing Address

Use the same name and address that matches your card details.


*
{% if errors.billing_name is defined %}

{{ errors.billing_name }}

{% endif %}
{% if errors.billing_company_name is defined %}

{{ errors.billing_company_name }}

{% endif %}
*
{% if errors.billing_postcode is defined %}

{{ errors.billing_postcode }}

{% endif %}
Address not found, please enter manually
*
{% if errors.billing_street is defined %}

{{ errors.billing_street }}

{% endif %}
{% if errors.billing_locality is defined %}

{{ errors.billing_locality }}

{% endif %}
*
{% if errors.billing_town_city is defined %}

{{ errors.billing_town_city }}

{% endif %}
*
{% if errors.billing_country is defined %}

{{ errors.billing_country }}

{% endif %}
{% if errors.billing_state is defined %}

{{ errors.billing_state }}

{% endif %}
{% endif %}
*
{% if errors.how_find_us is defined %}

{{ errors.how_find_us }}

{% endif %}
{% if errors.terms_and_conditions is defined %}

{{ errors.terms_and_conditions }}

{% endif %}
*
{% if errors.captcha_answer is defined %}

{{ errors.captcha_answer }}

{% endif %}
{% if config.test %} {% endif %}
{% endblock %}