Etat de l'article : {{ article.state | trans }}

{{ form_start(form) }} {{ form_row(form.title) }} {% set cacherFormulaire = article.slug and not article.slug is same as '' and form.children.slug.vars.errors|length == 0 %}
Permalien {% if article.slug %}{{ url('app_view', {slug: article.slug}) }}{% endif %}
{{ form_label(form.slug) }} {{ form_errors(form.slug) }} {{ form_widget(form.slug) }}
{{ form_help(form.slug) }}
{{ form_row(form.tags ) }} {{ form_row(form.content) }} {{ form_row(form.publicationDate) }} {{ form_row(form.author) }} {{ form_row(form.publicationChoice) }} {{ form_rest(form)}} {{ form_end(form) }}