{% extends 'base.html.twig' %} {% block title %}Client | {{ parent() }}{% endblock %} {% block body %} Nouveau {% if is_granted('ROLE_ADMIN') %}   0 Supprimer {% endif %}

Clients

{{ include("customer_customer/_table.html.twig") }}
{% endblock %}