{% if commerce_config.favicon_url %} {% endif %}
{% if commerce_config.logo_url %} {{ commerce_config.host_site_title }} logo {% endif %} {{ commerce_config.store_title }}

Customer account

Signed in as {{ customer.email }}.

Orders

{% if orders %}
{% for order in orders %} {% endfor %}
Order Product Price Status Amount
{{ order.public_id }} {{ order.product_slug }} {{ order.price_code }} {{ order.status.value }} {{ order.amount.currency }} {{ order.amount.major() }}
{% else %}

No orders are linked to this account yet.

{% endif %}

Entitlements

{% if entitlements %}
{% for entitlement in entitlements %} {% endfor %}
Access ID Order Product Type Status
{{ entitlement.public_id }} {{ entitlement.order_public_id or "?" }} {{ entitlement.product_slug or "?" }} {{ entitlement.entitlement_type.value }} {{ entitlement.status.value }}
{% else %}

No entitlements are available yet.

{% endif %}