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

{{trans "Hello %name," name=$customerName}}

{{trans "Your quote request from %store_name has been approved. You can check the status of your quote request and proceed to checkout by " store_name=$store.getFrontendName()}}{{trans "logging into your account"}}.

{{depend expiredDate}}

{{trans "The Quote Proposal will expire on %expiredDate" expiredDate=$expiredDate}}

{{/depend}}

{{trans "Thank you!"}}

{{depend remarks}}
{{var remarks|escape|nl2br}}
{{/depend}}
{{depend adminRemarks}}
{{var adminRemarks|escape|nl2br}}
{{/depend}}
{{depend quote_attributes}}
{{var quote_attributes|raw}}
{{/depend}}
{{template config_path="design/email/footer_template"}}