{% if __SELF__.showShipping %} {% if shipping.method is not null %} {{ shipping.method.name }} {{ shipping.totalPostTaxes | money }} {% else %} {{ 'offline.mall::frontend.no_shipping_method' | trans }} {% endif %} {% else %} {% partial __SELF__ ~ '::shippingexcluded' %} {% endif %}