{% extends "base.html" %} {% block title %}Delivery Tracking{% endblock %} {% block content %}

🚚 Delivery Tracking

{% for o in orders %} {% else %}{% endfor %}
InvoiceItemCustomerCourierTrackingStatusUpdate
{{ o.invoice_no or o.order_id }}{{ o.item_name }}{{ o.contact1 }}
No orders found.
{% endblock %}