{{ form_start(form, {'action': path('sylius_shop_cart_save'), 'attr': {'class': 'loadable', 'novalidate': 'novalidate', 'id': form.vars.id}}) }} {{ form_errors(form) }} {{ sylius_template_event('sylius.shop.cart.summary.items', {'cart': cart, 'form': form}) }}
{% if form.promotionCoupon is defined %} {{ sylius_template_event('sylius.shop.cart.coupon', {'cart': cart, 'form': form, 'main_form': form.vars.id}) }} {% endif %}
{% include '@SyliusShop/Cart/Summary/_update.html.twig' with {'main_form': form.vars.id} %}
{{ form_row(form._token) }} {{ form_end(form, {'render_rest': false}) }}