{% extends 'layout-admin.html.twig' %} {% block content %}

Edition

Standard table

Compte - {% if('A' == role) %}Administrateur {% endif %} {% if('P' == role) %}Production {% endif %}

{% include 'frags/form_offre.html.twig' %}
{% endblock %} {% block extendsjavascript %} {{ parent() }} {% endblock %}