{% extends 'app/baseAdmin.html' %} {% load static %} {% block content %}
| Customer | Contact | Address | Product | Image | Ordered Date | Status | Payment | Amount |
|---|---|---|---|---|---|---|---|---|
| {{order.customer}} | {{order.customer.mobile}} | {{order.customer.city}} | {{order.product}} | {{order.ordered_date}} | {{order.status}} | {{order.payment}} | {{order.amount}} | |
| {{c.get_name}} | {{c.mobile}} | {{order.address}} | {% endfor %} {% for p in product %}{{p.name}} | |
{{order.status}} | {% endfor %} |