{% import '@OroShipping/ShippingMethodsConfigsRule/macros.html.twig' as ShipRuleMacro %} {% apply spaceless %} {% set methodLabel = get_shipping_method_label(methodData.identifier)|trans %} {% if methodLabel|length > 0 %}
  • {{ methodLabel }}
  • {% endif %} {% endapply %}