{% extends 'base_agenda.html.twig' %} {% import 'macros/macro.html.twig' as macro %} {% block title %} {{ parent() }} Gestion des utilisateurs clients {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} {{ parent() }}
Informations |
---|
Nom : {{ user.name }}
Prénom : {{ user.firstname }} Email : {{ user.email }} Nom du client : {{ user.customerName}} Agence du client : {{ user.Agence}} |