{{ 'page.BurIndex.title4' | trans }}
{{ form_start(form,{'action': path('office_add',{'role':role}),'attr': {'role':'form','id': 'DocumentForm'}}) }}
{{ form_widget(form.title, { 'attr': {'class': 'form-control', 'placeholder': 'page.BurIndex.title8' | trans,'name':'name','id':'name','required':'true'} }) }}
{#
#} {# #} {# {{ form_widget(form.langue, { 'attr': {'class': 'form-control','name':'langue','id':'langue','required':'true'} }) }}#} {#
#}
{{ form_widget(form.description, { 'attr': {'class': 'form-control', 'placeholder': 'page.BurIndex.title9' | trans,'name':'name','id':'name','required':'true'} }) }}
{{ form_widget(form.file, { 'attr': {'class': 'form-control', 'placeholder': 'page.BurIndex.title10' | trans,'name':'file','id':'file','required':'true'} }) }}
{{ 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) }}