{% extends 'dashboard_base.html.twig' %} {% block title %}Infos client{% endblock %} {% block body %}
Modifier

Informations Leads

Prénom Nom
{{client.firstname}} {{client.name}}
Email
{{client.email}}
Téléphone
{{client.phone}}
Adresse
{{client.adress}} {{client.zip}} {{client.city}}
Supprimer
{% endblock %} {% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('confirmation') }} {% endblock %}