{% extends "base.html" %} {% block content %}
Order # | Date | Status | Total | Actions |
---|---|---|---|---|
{{ order.id }} | {{ order.created_at|date:"F j, Y" }} | {{ order.get_status_display }} | Rp {{ order.total_amount }} | View Details |
You haven't placed any orders yet.
Shop Now