{{ 'page.editPage.title2' |trans }}
{#
#}
{#
{# #}
{#
{{ form_end(form) }}
Modifier page
#} {{ form_start(form,{'attr': {'role':'form','id': 'pageForm'}}) }}
{{ form_widget(form.title, { 'attr': {'class': 'form-control example3', 'placeholder': 'Entrer titre page','name':'title','id':'title'} }) }}
{{ form_errors(form.title) }}
#}
{#
#}
#}
{# #}
{#
#}
{# #}
{#
#}
{# #}
{# {{ form_widget(form.langue, { 'attr': {'class': ' ','name':'langue','id':'langue','required':'false'} }) }}#}
{#
#}
{# {{ form_errors(form.langue) }}#}
{#
{{ form_widget(form.file, { 'attr': {'class': 'form-control example3', 'placeholder': 'Entrer photo','name':'title','id':'title','required':'false'} }) }}
{{ form_errors(form.file) }}
{{ form_widget(form.content, { 'attr': {'class': 'form-control ckeditor', 'placeholder': 'Entrer contenu','name':'content','id':'content'} }) }}
{{ form_errors(form.content) }}