{% for order in orders %} {% empty %} {% endfor %}
Order Id Cus.Id Product Quantity Created Status Action
{{order.id}} {{order.customer.id}} {{order.product.name}} {{order.quantity}} {{order.product.unit}} {{order.created_at}} {{order.status}} {% if user.is_superuser %} {% endif %}
No Order Found