{{template config_path="design/email/header_template"}}
{{trans 'Dear %customer_name,' customer_name=$customer_name}}
{{depend days_number_until_expired}}
{{trans
'Your Quote %quote_name expires in %days_number_until_expired days.'
quote_name=$quote.getName() days_number_until_expired=$days_number_until_expired
}}
{{/depend}}
{{trans 'Click here to use it.' quote_url=$quote_url |raw }}
{{layout handle="aw_ctq_email_quote_details" quote=$quote store=$store area="frontend"}} {{template config_path="design/email/footer_template"}}