{{template config_path="design/email/header_template"}}
{{trans "Hello %name," name=$customerName}}
{{trans "Quote request for %store_name has been created. You can check the status of your quote request and proceed to checkout by " store_name=$store.getFrontendName()}}{{trans "logging into your account"}}.
{{trans 'Quote #%increment_id' increment_id=$quote.increment_id |raw}} {{trans 'Issued on %created_at' created_at=$quote.getCreatedAtFormatted(2) |raw}} {{depend remarks}} {{var remarks|escape|nl2br}} {{/depend}} {{layout handle="amasty_quote_email_items" quote_id=$quote.getEntityId() area="frontend"}} {{depend expiredDate}} {{trans "The Quote Proposal will expire on %expiredDate" expiredDate=$expiredDate}} {{/depend}} {{trans "Thank you!"}} {{template config_path="design/email/footer_template"}}