{% extends 'base.html' %} {% block title %}Order #{{ order.order_number }} - Thangka Arts{% endblock %} {% block content %}
Quantity: {{ item.quantity }}
{{ order.full_name }}
{{ order.shipping_address }}
{{ order.shipping_city }}, {{ order.shipping_state }} {{ order.shipping_zip_code }}
{{ order.shipping_country }}
{{ order.full_name }}
{{ order.billing_address }}
{{ order.billing_city }}, {{ order.billing_state }} {{ order.billing_zip_code }}
{{ order.billing_country }}