{% import "@SyliusShop/shared/macro/money.html.twig" as money %} {% set order = hookable_metadata.context.order %} {% if order.shipments is not empty %} {{ 'sylius.ui.shipping_estimated_cost'|trans }}: {% if order.getAdjustmentsTotal('shipping') > order.shippingTotal %} {{ money.convertAndFormat(order.getAdjustmentsTotal('shipping')) }} {% endif %} {{ money.convertAndFormat(order.shippingTotal) }} {% endif %}