Hello {{ order.sold_to.first_name }}!

We are preparing your order {{ order.name }} as it has been confirmed recently - on the {{ order.sold_at }}

Your order detail is as follows:

{% for line in order.saleorderline_set.all %} {% endfor %}
Product Quantity
{{ line.product.name }} {{ line.quantity }}