{{ form_start(form, { action: type == 'new' ? path('pack_new') : path('pack_edit', { id: pack.id }), method: 'POST', attr: { id: type == 'new' ? 'pack_add' : 'pack_edit', class: 'crm-pack-modal' } }) }}