{% extends 'layout.html.twig' %} {% block javascripts_header %} {{ parent() }} {{ encore_entry_script_tags('commanditaire') }} {% endblock %} {% block body %}

{{ commanditaire.nom }}


SIRET : {{ commanditaire.siret }}

Responsable Dossier : {{ commanditaire.responsable }}

Adresse : {{ commanditaire.norue }},{{ commanditaire.nomrue }}
{{ commanditaire.cp }}{{ commanditaire.ville }}

Téléphone : {{ commanditaire.telephone }}

Mobile : {{ commanditaire.mobile }}

Mail : {{ commanditaire.mail }}

Date de contact : {% if commanditaire.datecontact is not empty %} {{ commanditaire.datecontact|date('d/m/Y') }}{% endif %}

Commentaire : {{ commanditaire.commentaire }}

{# Clients #}
{% endblock %}