{{ _('Quote Sent') }}

Hello {{ user.display_name or user.username }},

Quote {{ quote.quote_number }} has been sent to the client.

Quote Number: {{ quote.quote_number }}

Title: {{ quote.title }}

Client: {{ quote.client.name if quote.client else 'N/A' }}

Total Amount: {{ quote.currency_code }} {{ "%.2f"|format(quote.total_amount) }}

Sent At: {{ quote.sent_at.strftime('%Y-%m-%d %H:%M') if quote.sent_at else 'N/A' }}

{{ _('View Quote') }}