| Order | Customer | Address | Product | Total | Status | Invoice |
|---|---|---|---|---|---|---|
| {{ order.order_id }}{{ order.created_at|date:"d M Y, h:i A" }} | {{ order.full_name }}{{ order.phone }}{% if order.whatsapp_number %} / WA {{ order.whatsapp_number }}{% endif %} | {{ order.address }}{{ order.district }}, {{ order.state }} - {{ order.pincode }}{% if order.order_notes %}Note: {{ order.order_notes }}{% endif %} | Misry LehyamQty {{ order.quantity }} x ₹1699 | ₹{{ order.total_amount }} | {{ order.payment_method }} | |
No orders found. | ||||||