{{template config_path="design/email/header_template"}}
{{layout handle="sales_email_order_shipment_track" shipment_id=$shipment_id order_id=$order_id}}

{{trans "Details of your order"}}

{{layout handle="sales_email_order_items" order_id=$order_id area="frontend"}}

{{trans "Your information"}}

{{depend order_data.is_not_virtual}}

{{trans "Shipping Address"}}

{{var formattedShippingAddress|raw}}
{{/depend}}

{{trans "Billing Address"}}

{{var formattedBillingAddress|raw}}
{{template config_path="design/email/footer_template"}}