---
subject: Quote {{ quote.number }}
---

Hello {{ account.name }},

Your quote **{{ quote.number }}** ({{ quote.total }}) is available in the client area.

{% if quote.valid_until %}Valid until {{ quote.valid_until }}.{% endif %}

[View quote]({{ quote.url }})

The PDF is attached.
