{% import '@SyliusUi/Macro/labels.html.twig' as label %} {% set cart = constant('Sylius\\Component\\Shipping\\Model\\Shipment::STATE_CART') %} {% set shipped = constant('Sylius\\Component\\Shipping\\Model\\Shipment::STATE_SHIPPED') %}
{{ sylius_template_event('sylius.admin.order.show.shipment_content', _context) }}