{% extends 'common/base.html' %} {% load static %} {% block content %}

Booking

Manage your container booking details here.

{% csrf_token %} {{ form.as_p }}
{%endblock content %}