{{trans "Shipment To"}}

{{var formattedBillingAddress|raw}}

{{trans "Shipment Details"}}

{{trans "Shipment No: #%increment_id" increment_id=$shipment.increment_id}}

{{trans "Order No: #%increment_id" increment_id=$order.increment_id}}

{{trans "Shipment Date: %created_at" created_at=$shipment.created_at}}

{{trans "Payment Method"}}

{{var payment_html|raw}}

{{depend order.getIsNotVirtual()}}

{{trans "Shipping Method"}}

{{var order.getShippingDescription()}}

{{trans "Shipping Info"}}

{{var formattedShippingAddress|raw}}

{{/depend}}

{{trans "Shipment"}}

{{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}} {{block class='Magento\\Framework\\View\\Element\\Template' area='frontend' template='Magento_Sales::email/shipment/track.phtml' shipment=$shipment order=$order}}