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

{{trans "%name," name=$order.getCustomerName()}}

{{trans 'Your return request has been updated.'}}

If you have any questions about the return do not hesitate to contact us at {{config path="trans_email/ident_sales/email"}} or by phone at {{config path="general/store_information/phone"}}.

{{trans 'Updates on return status are available in your account detail at return section'}}

{{trans "Your Return #%increment_id - %status_label" increment_id=$rma.getIncrementId() status_label="$rma.getStatusLabel().format('html')" |raw}}

{{layout handle="filoblu_rma_email_easy_return_pickupaddress" rmaId=$rma.getId()}}

{{trans "Shipping address"}}

{{var formattedShippingAddress|raw}}

{{trans "Return address"}}

{{var return_address|raw}}


{{layout handle="filoblu_rma_email_rma_items" collection=$item_collection}} {{template config_path="design/email/footer_template"}}