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
contact@siteconseil.fr
Client {{ customer.fullName }}
{% if customer.raisonSociale %}{{ customer.raisonSociale }}
{% endif %} {% if customer.address %}{{ customer.address }}
{% endif %} {% if customer.zipCode or customer.city %}{{ customer.zipCode }} {{ customer.city }}
{% endif %} {% if customer.email %}{{ customer.email }}{% endif %}
{% for line in devis.lines %} {% endfor %}
# Prestation Prix HT
{{ loop.index }}
{{ line.title }}
{% if line.description %}
{{ line.description }}
{% endif %}
{{ line.priceHt }} €
Total HT {{ devis.totalHt }} €
TVA 20% {{ devis.totalTva }} €
Total TTC {{ devis.totalTtc }} €
HMAC-SHA256 : {{ devis.hmac }}