{% extends 'base.html.twig' %} {% block title %}Edit un client{% endblock %} {% block body %}
Editer un client
Ajouter un nouveau client
{{ include('customer/_form.html.twig', {'button_label': 'Update'}) }}
{% endblock %}