{{ form_widget(form.name) }}
{{ form_label(form.stockInitial) }}
{{ form_widget(form.stockInitial) }}
{{ form_label(form.stock) }}
{{ form_widget(form.stock) }}
{{ form_label(form.hs) }}
{{ form_widget(form.hs) }}
{{ form_label(form.lost) }}
{{ form_widget(form.lost) }}
{{ form_label(form.category) }}
{{ form_widget(form.category) }}
{{ form_label(form.picture) }}
{{ form_widget(form.picture) }}
Aucun connecteur configuré.
{% endfor %} {{ form_end(form) }}