{{ 'president.index.title3' |trans }}
{{ form_start(form,{'action': path('president_add',{'role':role}),'attr': {'role':'form','id': 'DocumentForm'}}) }}
{{ form_widget(form.name, { 'attr': {'class': 'form-control', 'placeholder': 'president.index.title14' |trans,'name':'name','id':'name','required':'true'} }) }}
{{ form_widget(form.surname, { 'attr': {'class': 'form-control', 'placeholder': 'president.index.title15' |trans,'name':'surname','id':'surname','required':'true'} }) }}
{{ form_widget(form.country, { 'attr': {'class': 'form-control', 'placeholder': 'president.index.title16' |trans,'name':'country','id':'country','required':'true'} }) }}
{{ form_widget(form.tel, { 'attr': {'class': 'form-control', 'placeholder': 'president.index.title17' |trans,'name':'tel','id':'tel','required':'true'} }) }}
{{ form_widget(form.fax, { 'attr': {'class': 'form-control', 'placeholder': 'president.index.title18' |trans,'name':'fax','id':'fax','required':'true'} }) }}
{{ form_widget(form.email, { 'attr': {'class': 'form-control', 'placeholder': 'president.index.title19' |trans,'name':'email','id':'email','required':'true'} }) }}
{{ form_end(form) }}