{% extends "base.html" %} {% block title %}Admin Dashboard - Pro Choice{% endblock %} {% block content %}
{% endif %}
{% if product.badge %}
{{ product.badge }}
{% endif %}
| Order ID | Customer | Date | Total Amount | Status | Actions |
|---|---|---|---|---|---|
| #{{ order.id }} |
{{ order.user.full_name }} {{ order.user.email }} |
{{ order.created_at.strftime('%Y-%m-%d %H:%M') }} | ₦{{ "{:,.2f}".format(order.total_amount) }} | {{ order.status }} | View |
Orders will appear here when customers complete their purchases