{% extends 'ecom/admin_base.html' %}
{% load static %}
{% block content %}
{%include 'ecom/admin_dashboard_cards.html'%}
Customer | Contact | Shipment Address | Product | Image | Status | |||
---|---|---|---|---|---|---|---|---|
{{c.get_name}} | {{c.mobile}} | {{order.address}} | {% endfor %} {% for p in product %}{{p.name}} | |
{% if order.status == 'Pending'%}
{{order.status}} | {% elif order.status == 'Delivered' %}{{order.status}} | {% elif order.status == 'Out for Delivery' %}{{order.status}} | {%else%}{{order.status}} | {%endif%} {% endfor %}