Hello {{ order.sent_to.first_name }}!

We are preparing your order {{ order.name }} as it has been confirmed recently - on the {{ order.sent_at }} Your order detail is as follows:

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