{% extends 'base.html' %} {% block title %}New Booking - TimeWheel Share{% endblock %} {% block content %}

New Booking for {{ vehicle.make }} {{ vehicle.model }} ({{ vehicle.registration_number }})

Booking
{% csrf_token %} {{ form.as_p }} Cancel

View availability

{% endblock %}