{{ sylius_template_event('sylius.shop.checkout.select_payment.before_form', {'order': order}) }}
{{ form_start(form, {'action': path('sylius_shop_checkout_select_payment'), 'attr': {'class': 'ui loadable form', 'novalidate': 'novalidate'}}) }}
{{ form_errors(form) }}
{% include '@SyliusShop/Checkout/SelectPayment/_form.html.twig' %}
{{ sylius_template_event(['sylius.shop.checkout.select_payment.sidebar', 'sylius.shop.checkout.sidebar'], _context) }}
{{ sylius_template_event('sylius.shop.checkout.select_payment.before_navigation', {'order': order}) }}
{% include '@SyliusShop/Checkout/SelectPayment/_navigation.html.twig' %}
{{ form_row(form._token) }}
{{ form_end(form, {'render_rest': false}) }}