{% extends 'list-crud.html' %} {% load static %} {% load filters %} {% load custom_filters %} {% block filter %}
{% endblock filter %} {% block table_header %} Select Line Booking № Container type Container № Containers count Containers left Vehicles Vehicles left Created on Created by Status {% endblock table_header %} {% block table_data %} {{ object.line.short_name }} {{ object.number }} {{ object.container_type }} {{ object.container_number }} {{ object.container_count }} {{ object.containers_left }} {{ object.vehicles|distinct_vehicles }} {{ object.vehicles_left|distinct_vehicles }} {{ object.created_on|bg_date }} {{ object.created_by.username }} {{ object.status }} {% endblock %} {% block buttons %} {# Create booking#} {# Edit Preinfo#} {# #} {# #} {% endblock buttons %}