{% if popin is defined and popin == false %}
{{ form_start(form, {'method': 'post', 'action': path('courses_composant_create' ), 'multipart': true, 'attr': {'id': 'form_courses_composant'} }) }}
{% else %}
{{ form_start(form, {'method': 'post', 'action': path('courses_popin_create_composant' ), 'multipart': true, 'attr': {'id': 'form_courses_composant'} }) }}
{% endif %}
'|e }}">
{{ form_label(form.motclef) }}
{{ form_widget(form.motclef) }}
{{ form_errors(form.motclef) }}
{{ form_row(form) }}
{{ form_end(form) }}