{% extends 'client-base.html' %} {% block content %}
Create a booking for containers expedition by container type or by specific container numer
| Booking № | Container № | Type | Container count | Containers left | {#Vehicles | #}Vehicles | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ booking.number }} | {{ booking.container_number }} | {{ booking.container_type }} | {{ booking.container_count }} | {{ booking.containers_left }} | {{ booking.vehicles_left }} | {{ booking.status }} |