{% extends 'employee-base.html' %} {% load static %} {% block content %}
| Status | Booking № | Vehicles | Container number | Container type | Container count | Line | Carrier | Containers expedited | Vehicles left | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ booking.status }} | {{ booking.number }} | {{ booking.vehicles }} | {{ booking.container_number }} | {{ booking.container_type }} | {{ booking.container_count }} | {{ booking.line.short_name }} | {{ booking.carrier }} | {{ booking.container_expedited_count }} | {{ booking.vehicles_left }} | {# Edit |#} {# Delete#} |