{% extends 'client-base.html' %} {% block content %}

Submit Container Preinfo

Provide information about containers that will arrive at the depot

{{ form }} {% csrf_token %}

Recent Preinfo Submissions

{# #} {% for booking in recent %} {% endfor %}
Booking № Container № Type Container countVehiclesVehicles Status Actions
{{ booking.number }} {{ booking.container_number }} {{ booking.container_type }} {{ booking.container_count }} {{ booking.vehicles_left }} Pending
{% endblock content %}