$result): ?>
= /* @noEscape */ $block->escapeHtml(__('Shipment #')) . $shipId ?>
$track): ?>
addChild('shipping.tracking.details.' . $shipmentBlockIdentifier, Template::class, [
'track' => $track,
'template' => 'Magento_Shipping::tracking/details.phtml',
'storeSupportEmail' => $block->getStoreSupportEmail()
]
);
?>
= /* @noEscape */ $block->getChildHtml('shipping.tracking.details.' . $shipmentBlockIdentifier) ?>
getProgressdetail())): ?>
addChild('shipping.tracking.progress.' . $shipmentBlockIdentifier, Template::class, [
'track' => $track,
'template' => 'Magento_Shipping::tracking/progress.phtml'
]);
?>
= /* @noEscape */ $block->getChildHtml('shipping.tracking.progress.' . $shipmentBlockIdentifier) ?>
= $block->escapeHtml(__('There is no tracking available for this shipment.')) ?>
= $block->escapeHtml(__('There is no tracking available.')) ?>