{% block page_checkout_summary_shippings %} {% for delivery in summary.deliveries %} {% block page_checkout_summary_shipping %} {% block page_checkout_summary_shipping_label %}
{{ 'checkout.summaryShipping'|trans|sw_sanitize }}
{% endblock %} {% block page_checkout_summary_shipping_value %}
{% set deliveryPrice = delivery.shippingCosts.totalPrice ?? 0 %} {% if deliveryPrice < 0 %} − {% endif %} {{ deliveryPrice|abs|currency }}
{% endblock %} {% endblock %} {% endfor %} {% endblock %}