{% extends 'layout.html.twig' %} {% block stylesheets %} {{ encore_entry_link_tags('clients') }} {% endblock %} {% block javascripts_header %} {{ parent() }} {{ encore_entry_script_tags('clients') }} {% endblock %} {% block title %}
{% endblock %} {% block body %}SIRET : {{ client.siret }}
Adresse : {{ client.adresse }}
Téléphone : {{ client.telephone }}
Mail : {{ client.mail }}
CEO : {{ client.ceo }}
CTO : {{ client.cto }}
Date de contact : {% if client.datecontact is not empty %} {{ client.datecontact|date('d/m/Y') }} {% endif %}
Date de signature : {% if client.datesignature is not empty %}{{ client.datesignature|date('d/m/Y') }} {% endif %}
Commentaire : {{ client.commentaire }}