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

Submit Booking

Create a booking for containers expedition by container type or by specific container numer

{{ form }} {% csrf_token %}
{#
#} {#
#} {#

Recent Preinfo Submissions

#} {#
#} {#
#} {#
#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% for booking in recent %}#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% endfor %}#} {# #} {#
Booking №Container №TypeContainer countContainers leftVehiclesVehiclesStatusActions
{{ booking.number }}{{ booking.container_number }}{{ booking.container_type }}{{ booking.container_count }}{{ booking.containers_left }}{{ booking.vehicles_left }}#} {# {{ booking.status }}#} {# #} {# #} {# #} {#
#} {#
#} {#
#} {#
#}

Recent Preinfo Submissions

{% for booking in recent %} {% endfor %}
Booking № Container № Type Container count Containers left Vehicles Status Actions
{{ booking.number }} {{ booking.container_number }} {{ booking.container_type }} {{ booking.container_count }} {{ booking.containers_left }} {{ booking.vehicles_left }} {{ booking.status }}
{% endblock content %}