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