order #{{ order.id }}
Product ID: {{ order.product_id }}
quantity: {{ order.quantity }}
price: {{ order.price }}
{% if order.checkout_status != None %}
checkout: {{ order.checkout_status }}
{% else %}
checkout:
{% endif %}