{% if commerce_config.logo_url %}
{% endif %}
{{ commerce_config.project_title }}
Checkout cancelled
{{ message }}
{% if order %}Order
Order ID: {{ order.public_id }}
Status: {{ order.status }}
Product: {{ order.product_slug }}
{% else %}No order ID was supplied in the redirect URL.
{% endif %}