{% extends 'base.html.twig' %} {% block title %}Clients index{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

Clients index

{% for client in clients %} {% else %} {% endfor %}
Id Prenom Nom Email Telephone actions
{{ client.id }} {{ client.Prenom }} {{ client.Nom }} {{ client.Email }} {{ client.Telephone }} edit
no records found
Créer un nouveau client {% endblock %}