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

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

{{trans "We received your return request. You will be notified when your request is reviewed."}} {{trans 'If you have any questions about your return, please contact us at %support_email.' support_email="$supportEmail" |raw}}

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

{{trans "Placed on %created_at" created_at=$created_at_formatted_1}}

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