{{ form_start(form, { action: type == 'new' ? path('produit_new') : path('produit_edit', { id: produit.id }), method: 'POST', attr: { id: type == 'new' ? 'produit_add' : 'produit_edit', class: 'crm-product-modal' } }) }} {{ form_errors(form) }} {{ form_rest(form) }} {{ form_end(form) }}