{% extends 'home/header.html' %} {% load staticfiles %} {% block navbar %} Cargo System
{% for shipment in shipmentList %} {% if shipment.isReceived %} {% else %} {% endif %} {% endfor %}
Source Address Destination Address Sending Date Arrival Date Price Operations
{{ shipment.source_address }} {{ shipment.destination_address }} {{ shipment.sending_date }}{{ shipment.arrival_date }}Not Received{{ shipment.price }}
{% endblock navbar %}