{% extends 'employee-base.html' %} {% load static %} {% block content %} {% for container in containers %} {% endfor %}
Container № Container type Line Received on Position Swept Washed Booking
{{ container.number }} {{ container.container_type }} {{ container.line.short_name }} {{ container.received_on }} {{ container.position }} {{ container.swept }} {{ container.washed }} {{ container.booking.id }} {# Edit |#} {# Delete#}
{% endblock content %}