{{template config_path="design/email/header_template"}}

{{trans 'Dear %user_name,' user_name=$user_name}}
{{trans 'Your new Quote %quote_name has been successfully created.' quote_url=$quote_url quote_name=$quote.getName() |raw}}

{{depend expiration_date}}

{{trans 'The Quote expires after %expiration_date.' expiration_date=$expiration_date}}

{{/depend}} {{layout handle="aw_ctq_email_quote_details" quote=$quote store=$store area="frontend"}} {{template config_path="design/email/footer_template"}}