{% extends 'app/baseAdmin.html' %} {% load static %} {% block content %}
Total Orders
{% for order in Orders reversed %} {% endfor %} {% comment %} {% for product,customer,order in data %} {% for c in customer %} {% endfor %} {% for p in product %} {% endfor %} {% endfor %} {% endcomment %}
Customer Contact Address Product Image Ordered Date Status Payment Amount
{{order.customer}} {{order.customer.mobile}} {{order.customer.city}} {{order.product}} order.product.product_image {{order.ordered_date}} {{order.status}} {{order.payment}} {{order.amount}}
{{c.get_name}} {{c.mobile}} {{order.address}} {{p.name}} Profile Pic {{order.status}}
{% endblock content %}