{{template config_path="design/email/header_template"}}
{{trans "Dear %name," name=$name}}
{{trans "A new order #%order has been placed by %sub_name." order=$increment_id sub_name=$sub_email}}
{{trans "You can check the order by click " }} {{trans "here"}}.
{{trans 'If you have questions about your order, you can email us at %store_email' store_email=$store_email |raw}}
{{template config_path="design/email/footer_template"}}