{% set shipment = hookable_metadata.context.shipment %}
{{ shipment.method.name }}
{{ ux_icon('tabler:world') }} {{ shipment.method.zone }}
{% if shipment.shippedAt is not empty %}
{{ 'sylius.ui.shipped_at'|trans }}: {{ shipment.shippedAt|date('d-m-Y H:i:s') }}
{% endif %} {% if shipment.state == 'shipped' and shipment.tracking is not empty %}
{{ 'sylius.ui.tracking_code'|trans }}: {{ shipment.tracking }}
{% endif %}