{{ 'page.BurIndex.title14' | trans }}
{# #}
{{ form_start(form,{'action':path('office_edit',{'role':role,'token': token ,'attr': {'role':'form','id': 'documentForm'}})}) }} {#
#} {# #} {# {{ form_widget(form.langue, { 'attr': {'class': 'form-control','name':'langue','id':'langue','required':'true'} }) }}#} {#
#}
{{ form_widget(form.title, { 'attr': {'class': 'form-control', 'placeholder': 'page.BurIndex.title8' | trans,'name':'title','id':'title','required':'true'} }) }}
{{ form_widget(form.description, { 'attr': {'class': 'form-control', 'placeholder': 'page.BurIndex.title9' | trans,'name':'description','id':'description','required':'true'} }) }}
{{ form_widget(form.tel, { 'attr': {'class': 'form-control', 'placeholder': 'page.BurIndex.title16' | trans,'name':'tel','id':'tel','required':'true'} }) }}
{{ form_widget(form.email, { 'attr': {'class': 'form-control', 'placeholder': 'page.BurIndex.title17' | trans,'name':'email','id':'email','required':'true'} }) }}
{{ form_widget(form.company, { 'attr': {'class': 'form-control', 'placeholder': 'page.BurIndex.title18' | trans,'name':'company','id':'company','required':'true'} }) }}
{{ form_widget(form.sector, { 'attr': {'class': 'form-control', 'placeholder': 'page.BurIndex.title19' | trans,'name':'sector','id':'sector','required':'true'} }) }}
{{ form_widget(form.bio, { 'attr': {'class': 'form-control', 'placeholder': 'page.BurIndex.title20' | trans,'name':'bio','id':'bio','required':true} }) }}
{{ form_widget(form.file, { 'attr': {'class': 'form-control', 'placeholder': 'page.BurIndex.title10' | trans,'name':'file','id':'file'} }) }}
{{ form_widget(form.fileCv, { 'attr': {'class': 'form-control', 'placeholder': 'page.BurIndex.title111' | trans,'name':'fileCv','id':'fileCv'} }) }}
{{ form_widget(form.level, { 'attr': {'class': 'form-control', 'placeholder': 'page.BurIndex.title13' | trans,'name':'level','id':'level'} }) }}
{{ form_end(form) }}