{% extends 'base.html.twig' %} {% block title %}Modifier | {{ parent() }}{% endblock %} {% block body %} Retour

Modifier

{{ include('customer_customer/_form.html.twig') }}
{% if is_granted('ROLE_ADMIN') %}   0 Supprimer {% endif %}

Liste de prix

{{ include('customer_customer/_product_price.html.twig') }}
{% endblock %}