{% set state = order.shippingState %} {% if state != 'cart' %} {% include "@SyliusShop/Common/Order/Label/ShipmentState/orderShipmentState.html.twig" %} {% endif %} {% for shipment in order.shipments %} {% set state = shipment.state %}
{% include "@SyliusShop/Common/Order/Label/ShipmentState/singleShipmentState.html.twig" with { 'state': state } %}
{% endif %} {% endfor %}