{% set client = intervention.client %}

SAS MICRO76
Centre Commercial des Coquets
110 AVENUE DU MONT AUX MALADES
76130 MONT ST AIGNAN

Tél : +33 2 35 37 45 83
R.C.S : 820325793
SIRET : 82032579300017
N/Id CEE : FR91820325793

Date Client
{{intervention.getFormattedDate()}} {{client}}
{{client.mail}}
{% if client.type == 'Professionnel' %} {{client.tel1}} {% else %} {{client.telephone}} {% endif %}
{{client.rue}}
{{client.cp}} {{client.ville}}

Type d'intervention : {% if intervention.type == "direct" %} Intervention sur place {% else %} {{intervention.type}} {% endif %}

{% if intervention.heure > 0 %}

Heure : {{intervention.heure}} H

{% endif %} {% if intervention.distance > 0 %}

Distance : {{intervention.distance}} Km

{% endif %} {% if intervention.description is not empty %}

Description :
{{intervention.description}}

{% endif %}