{% if project.finalCustomer.civility == 'Société' %} Nom société commanditaire : {{ project.finalCustomer.fullName }} {% else %} Nom du client : {{ project.finalCustomer.civility ~ " " ~ project.finalCustomer.fullName }} {% endif %}
Adresse de l'installation :
{{ address.street }} - {{ address.postalCode }} {{ address.city }}
{# {% if serviceCreatedOnProject.serviceDataValueKey('DistanceMer') !== null and serviceCreatedOnProject.serviceDataValueKey('DistanceMer') is defined %}#} {# Distance à la mer : {{ serviceCreatedOnProject.serviceDataValueKey('DistanceMer') }}
#} {# {% endif %}#} Altitude : {{ address.altitude|round }} m
{% if infosConfig['tempBase'] %} Température extérieure de base : {{ infosConfig['tempBase'] }} °C {% endif %}

{% if isRtp == false %}

Type d'installation : {{ infosConfig['installation'] }}

Image installation

{% endif %}