{# empty Twig template #} {% extends 'admin/base.html.twig' %} {% set menu_selected = 'diagram' %} {% block title 'Gestion des Schémas' %} {% block pageContent %}

Modifier le schémas

{{ form_start(form)}}
{{form_row(form.name)}}
{{form_row(form.imageAttachment)}}
{% if diagram.imagelink!="" %}{%endif%}
{{ form_rest(form) }} {{ form_end(form) }} {% endblock %}