Date: {{ invoice_date }}
Nom: {{ customer_name }}
Email: {{ customer_email }}
Adresse: {{ customer_address }}
| Nom de l'article | Quantité | Prix unitaire | Total |
|---|---|---|---|
| {{ item.item_name }} | {{ item.quantity }} | {{ item.unit_price }} | {{ item.quantity * item.unit_price }} |
Montant Total: {{ total_amount }}