{{template config_path="design/email/header_template"}} {{layout handle="creditmemo_markup" creditmemo=$creditmemo creditmemo_id=$creditmemo_id area="frontend"}}

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

{{trans "We just credited your order!" }}

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

{{trans 'Your Credit Memo #%creditmemo_id' creditmemo_id=$creditmemo.increment_id |raw}}

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

{{trans 'If you have questions about your order, you can email us at %store_email' store_email=$store_email |raw}}

{{trans "VIEW ORDER"}}
{{template config_path="design/email/footer_template"}}