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

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

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

{{if sendRejectionEmail == 1}}

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

{{/if}}

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