{{template config_path="design/email/header_template"}} {{layout handle="order_markup" order=$order order_id=$order_id area="frontend"}}

{{trans "Hi %name," name=$order_data.customer_name}}

{{trans "ORDER %order_status" order_status=$order_data.frontend_status_label}}

{{trans "ORDER NUMBER: %increment_id " increment_id=$order.increment_id |raw}}

{{trans 'Your order has been updated!'}}

{{trans 'You can check the status of your order by logging into your account.' account_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}}

{{trans "VIEW ORDER"}}

{{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"}}