{% extends 'user_enterprise.html.twig' %} {% block title %}New Client{% endblock %} {% block body %}

Ajouter un nouveau client

Liste des clients
{{ include('user/sewing/client/_form.html.twig', { 'client': client})}}
{% endblock %} {#{% block stylesheets %}#} {# #} {# #} {#{% endblock %}#}