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

{{trans "%name," name=$shop.getTitle()}}

{{trans "New return request for order %increment_id." increment_id=$order.increment_id}}

{{block class='FiloBlu\\Storelocator\\Block\\PickUpInStore\\ConfirmReceived' area='frontend' template='FiloBlu_Storelocator::email/pickupinstore/rma_store_confirm_received_link.phtml' rma=$rma }}

{{block class='Magento\\Framework\\View\\Element\\Template' area='frontend' template='FiloBlu_Storelocator::email/pickupinstore/rma_refused_link.phtml' rma=$rma }}

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

{{trans "Placed on %created_at" created_at=$rma.getCreatedAtFormated(1)}}

{{trans "Shipping Address"}}

{{var formattedShippingAddress|raw}}

{{trans "Return Address"}}

{{var return_address|raw}}


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