{% extends 'partials/base.html' %} {% load humanize %} {% block content %}
Track and manage your order history
| Order ID | Date | Amount | Qty | Action |
|---|---|---|---|---|
| #{{ o.id }} |
{{ o.date }}
{{ o.date }}
|
₦{{ o.amount|floatformat:2|intcomma }} | {{ o.qty }} | View |
Order #{{ o.id }}
{{ o.date }}
Order #{{ o.id }}
{{ o.date }}
Amount
₦{{ o.amount|floatformat:2|intcomma }}
Quantity
{{ o.qty }}