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

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

{{trans "Your return request has been updated. Please see below."}}

{{trans 'You can check the status of your return by logging into your account or using your order number.' account_url="$this.getUrl($store, 'customer/account/',[_nosid:1])" form_url="$this.getUrl($store, 'sales/guest/form/',[_nosid:1])" |raw}}

{{trans 'If you have any questions, please feel free to contact us at %support_email or by phone at %store_phone' support_email="$supportEmail" store_phone="$storePhone" |raw}}

{{trans "Your Return #%increment_id - %status_label" increment_id="$rma.increment_id" status_label="$rma_data.status_label" |raw}}

{{trans "Shipping Address"}}

{{var formattedShippingAddress|raw}}

{{trans "Return Address"}}

{{var return_address|raw}}


{{layout handle="magento_rma_email_rma_items" rma_id=$rma_id}} {{template config_path="design/email/footer_template"}}