{{ type }} n° : {{ invoice_id }}

Date : {{ date }}



Client : {{ client_name }}

{% for item in items %} {% endfor %}
Description Quantité Prix Unitaire Total
{{ item.description }} {% if item.details %}
    {% for detail in item.details %}
  • {{ detail }}
  • {% endfor %}
{% endif %}
{{ item.quantity }} {{ currency }}{{ "%.2f"|format(item.unit_price) }} {{ currency }}{{ "%.2f"|format(item.quantity * item.unit_price) }}
Total {{ "%.2f"|format(total) }}{{ currency }}

Informations de paiement :
Par virement bancaire :
Banque : Revolut
IBAN : FR76 2823 3000 0193 8028 4000 432
BIC : REVOFRP2

Délais estimés : Durée totale estimée : 4 à 6 semaines selon disponibilité du client et validation intermédiaire.

Termes & conditions : Démarrage à réception de l’acompte (30 % soit {{ "%.2f"|format(total * 0.3) }}{{ currency }}). Paiement du solde à la livraison. Livraison du code sous licence libre ou privative selon accord contractuel.

Total HT {{ "%.2f"|format(total) }}{{ currency }}
TVA (0%) -
Remise -
Total TTC {{ "%.2f"|format(total) }}{{ currency }}

Date :


Signature :