Devis
{{ devis.orderNumber.numOrder }}
Date : {{ devis.createdAt|date('d/m/Y') }}
Emetteur
SARL SITECONSEIL
27 rue Le Sérurier
02100 Saint-Quentin, France
SIREN 943121517
Client
{{ customer.fullName }}
{% if customer.address %}{{ customer.address }}
{% endif %}
{% if customer.zipCode or customer.city %}{{ customer.zipCode }} {{ customer.city }}
{% endif %}
{% if customer.email %}{{ customer.email }}{% endif %}
Detail des prestations
| # | Prestation | Prix HT |
|---|---|---|
| {{ loop.index }} |
{{ line.title }}
{% if line.description %}
{{ line.description }}
{% endif %}
|
{{ line.priceHt }} € |