{# #}
{{ form_start(form) }} {#
#}
{{ form_label(form.code, 'Code : ') }} {{ form_widget(form.code, {'attr': {'class': 'form-control'}}) }}
{{ form_label(form.label, 'Label : ') }} {{ form_widget(form.label, {'attr': {'class': 'form-control'}}) }}


{{ form_end(form) }}