{% for order in orders %} {% partial __SELF__ ~ '::details' order=order %} {% endfor %}
# {{ 'offline.mall::frontend.created_at' | trans }} {{ 'offline.mall::frontend.order.order_state' | trans }} {{ 'offline.mall::frontend.order.payment_state' | trans }} {{ 'offline.mall::frontend.total' | trans }}
{{ order.order_number }} {% partial __SELF__ ~ '::created_at' order=order %} {{ order.order_state_label }} {% if order.isPaid %} {{ order.payment_state_label }} {% else %} {{ order.payment_state_label }} {% endif %} {{ order.totalPostTaxes() | raw }}