{% extends 'base.html' %} {% load static %} {% load humanize %} {% block content %}
# | Item | Image | Qty. | Ordered Date | Status |
---|---|---|---|---|---|
{{forloop.counter}} | {{order.product.title}} |
{% if order.product.product_image %}
|
{{order.quantity}} | {{order.ordered_date|naturaltime}} |
{% if order.status == 'Pending' %}
{% endif %}
{% if order.status == 'Accepted' %}
|