{% extends '@InstallBois/index.html.twig' %} {% import "forms-macro/popup.html.twig" as popup %} {% import "forms-macro/inputs_form.html.twig" as macro %} {% block page_content_start %} {{ parent() }}
{{ finalCustomer.name ~ (finalCustomer.firstname is not empty ? ' ' ~ finalCustomer.firstname : '') ~ (finalCustomer.societe is not empty ? ' - ' ~ finalCustomer.societe : '') }}
Adresse de facturation : {{ finalCustomer.address.adressHumanReadable(true) }}
Latitude / longitude : {{ finalCustomer.address.latitude ~ ' / ' ~ finalCustomer.address.longitude }}
N° de téléphone : {{ finalCustomer.phone }}
Email : {{ finalCustomer.email }}
Aucune étude disponible pour ce client
{% else %} {% for project in projects %}
N° {{ project.id }}
{{ project.createdAt|date('d/m/Y') }}
Nom du projet :
{{ project.projectName }}
Adresse d'installation :
{{ project.defaultAddress.adressHumanReadable|replace({',': '
'})|raw }}