{% extends 'renter/index.html.twig' %} {% block sidebard %} {% endblock %} {% block dashboard_current %} {% endblock %} {% block dashboard_body %}

Clients : Liste des Personnes ayant louer un hangar

{% for c in customers %} {% endfor %}
Nom email Tel Facturation
{{ c.name }} {{ c.email }} {{ c.tel }} la facture

requete dans userRepository : findByRentalsOfRenter($user);

{% endblock %} {% block panel_scripts %} {% endblock %}