{{ 'articleAdherent.editPage.title2' |trans }}
{{ form_start(form,{'attr': {'role':'form','id': 'pageForm'}}) }}
{{ form_end(form) }}
{{ form_widget(form.title, { 'attr': {'class': 'form-control example3', 'placeholder': 'articleAdherent.addPage.title3' | trans,'name':'title','id':'title'} }) }}
{{ form_errors(form.title) }}
{{ form_widget(form.file, { 'attr': {'class': 'form-control example3', 'placeholder': 'articleAdherent.addPage.title4' | trans,'name':'title','id':'title','required':'false'} }) }}
{{ form_errors(form.file) }}
{{ form_widget(form.content, { 'attr': {'class': 'form-control ckeditor', 'placeholder': 'articleAdherent.addPage.title6' | trans,'name':'content','id':'content'} }) }}
{{ form_errors(form.content) }}