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

Hello {{ account.name }},

Your invoice **{{ invoice.number }}** ({{ invoice.total }}) is ready.

{% if invoice.due_at %}Due date: {{ invoice.due_at }}.{% endif %}

[Pay invoice]({{ invoice.pay_url }})

The PDF is attached.
