{% load shop_tags i18n %}
| {{ order.time }} | {% trans "Order ID:" %} {{ order.id }} |
| {% trans "Billing Details" %} | {% trans "Shipping Details" %} | ||||
|---|---|---|---|---|---|
|
|
| {% trans "Price" %} | {% trans "Qty" %} | {% trans "Unit Price" %} | {% trans "Item" %} |
|---|---|---|---|
| {{ item.total_price|currency }} | {{ item.quantity }} | {{ item.unit_price|currency }} | {{ item.description }} |
| {% order_totals %} | |||