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

{{trans 'Dear %user_name,' user_name=$user_name}}
{{trans 'A new Quote %quote_name has been submitted by the buyer %buyer_name.' quote_url=$quote_url quote_name=$quote.getName() buyer_name=$buyer_name |raw}}

{{trans 'Quote total is %total.' total=$total}}

{{layout handle="aw_ctq_email_quote_changes" history=$history is_email_for_seller=$is_seller store_id=$quote.getStoreId() area="frontend"}} {{layout handle="aw_ctq_email_quote_details" quote=$quote store=$store area="frontend"}} {{template config_path="design/email/footer_template"}}