{% extends 'employee-base.html' %} {% load static %} {% block content %}
| 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#} |