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

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

{{trans 'This is the template for processed closed rma for guest' support_email="$store.getConfig('trans_email/ident_support/email')" |raw}}

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

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

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