Rachunek nr {{ order.id }} {{ order.created|date:"M d, Y" }}
{{ order.first_name }} {{ order.last_name }}
{{ order.email }}
{{ order.address }}
{{ order.postal_code }}, {{ order.city }}
Produkt | Cena | Ilość | Koszt |
---|---|---|---|
{{ item.product.name }} | {{ item.price }} zł | {{ item.quantity }} | {{ item.get_cost }} zł |
Wartość całkowita | {{ order.get_total_cost }} zł |