{% import '@SyliusShop/Common/Macro/money.html.twig' as money %} {% if fee %}
{{ form_widget(form, sylius_test_form_attribute('shipping-method-select')|sylius_merge_recursive({'attr': {'class': 'form-check-input',}, 'label_attr': {'class':'form-check-label'}} )) }} {{ form_label(form, method.name, {'label_attr': {'class':'form-check-label'}}) }} {% if method.description is not null %}

{{ method.description }}

{% endif %}
{{ money.convertAndFormat(fee) }} {#

There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration.

$90.00 #} {% endif %}