{% extends 'admin.html.twig' %} {% block title %}{{ 'articleAdherent.editPage.title1' |trans }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

{{ 'articleAdherent.editPage.title2' |trans }}

{{ form_start(form,{'attr': {'role':'form','id': 'pageForm'}}) }}
{{ 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) }}

{{ form_end(form) }}
{% endblock %} {% block javascripts %} {{ parent() }} {% block javascriptPage %} {% endblock %} {% include '@BackBundle/ArticleAdherent/bibliotheque/assets.html.twig' %} {% endblock %}