---
subject: Facture {{ invoice.number }}
---

Bonjour {{ account.name }},

Votre facture **{{ invoice.number }}** ({{ invoice.total }}) est disponible.

{% if invoice.due_at %}Échéance : {{ invoice.due_at }}.{% endif %}

[Régler la facture]({{ invoice.pay_url }})

Le PDF est joint à cet e-mail.
