✓ {{ _('Quote Accepted') }}

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

Great news! Quote {{ quote.quote_number }} has been accepted by 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) }}

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

{% if quote.has_project %}

Project: Created

{% endif %}
{{ _('View Quote') }}