{% set id = app.request.attributes.get('id') %} {{ form_start(form, {'action': path('sylius_shop_account_address_book_set_as_default', {'id': id}), 'attr' : {'class' : 'w-100'}, 'method': 'PATCH'}) }} {{ form_row(form._token) }} {{ form_end(form, {'render_rest': false}) }}