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

Submit Container Preinfo

Provide information about containers that will arrive at the depot

{{ form.as_p }} {% csrf_token %}

Recent Preinfo Submissions

{% for preinfo in recent %} {% endfor %}
Container Type Est. Arrival Status Actions
{{ preinfo.container_number }} {{ preinfo.container_type }} {{ preinfo.created_on }} Pending
{% endblock content %}