Hello {{ user.display_name or user.username }},
Quote {{ quote.quote_number }} will expire in {{ days_remaining }} day{% if days_remaining != 1 %}s{% endif %}.
Action Required: You may want to follow up with the client before the quote expires.
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) }}
Valid Until: {{ quote.valid_until.strftime('%Y-%m-%d') if quote.valid_until else 'N/A' }}
Days Remaining: {{ days_remaining }}