Hi, {{customer_name}}!
Thank you so much for your order
Order id: {{order_id}}
Item
Quantity
Price per unit
{% for item in order_items %}
{{item.name}}
{{item.quantity}}
${{item.price_per_unit}}
{% endfor %}
Total: ${{total_purchased}}