{{ 'offline.mall::frontend.order.order_state' | trans }}
{{ order.order_state_label }}
{{ 'offline.mall::frontend.order.payment_state' | trans }}
{{ order.payment_state_label }} {% if not order.isPaid %} {% if order.payment_method.instructions %}
{{ order.payment_method.renderInstructions(order) | raw }}
{% endif %}
{{ 'offline.mall::frontend.payment_method.pay_now' | trans }} {% endif %}
{{ 'offline.mall::frontend.shipping_method' | trans }}
{{ order.shipping.method.name }}
{{ 'offline.mall::frontend.payment_method' | trans }}
{{ order.payment_method.name }}
{% if order.tracking_number or order.tracking_url %}
{{ 'offline.mall::frontend.shipping_tracking' | trans }}
{% if order.tracking_url %} {{ order.tracking_url }} {% if order.tracking_number %}
{% endif %} {% endif %} {% if order.tracking_number %} {{ order.tracking_number }} {% endif %}
{% endif %}
{{ 'offline.mall::frontend.shipping_address' | trans }}
{% partial __SELF__ ~ '::address' address=order.shipping_address %}
{{ 'offline.mall::frontend.billing_address' | trans }}
{% partial __SELF__ ~ '::address' address=order.billing_address %}
{% partial __SELF__ ~ '::productlist' products=order.products %}