{% extends 'ecom/admin_base.html' %} {% load static %} {% block content %}
Total Orders
{% for product,customer,order in data %} {% for c in customer %} {% endfor %} {% for p in product %} {% endfor %} {% endfor %}
Customer Contact Shipping Address Product Image Status Actions
{{c.get_name}} {{c.mobile}} {{order.address}} {{p.name}} Profile Pic {{order.status}}
{% endblock content %}