{% include('./component/css.html.twig') %} CleanIT | Consultation d'un interlocuteur {% include('./component/menu.html.twig') %}

Interlocuteur : Consultation

Id :   {{interlocuteur.id}}

Nom :   {{interlocuteur.nom}}

Prénom :   {{interlocuteur.prenom}}

Téléphone :   {{interlocuteur.tel}}




Modifier l'interlocuteur

Magasin : consultation

Id :   {{interlocuteur.magasin.id}}

Nom :   {{interlocuteur.magasin.libelle}}

Adresse :   {{interlocuteur.magasin.rue}}

Code Postal :   {{interlocuteur.magasin.copos}}

Ville :   {{interlocuteur.magasin.ville}}

Pays :   {{interlocuteur.magasin.pays}}

{% include('./component/script.html.twig') %}