{% 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}) }}