getData('viewModel'); /** @var \Temando\Shipping\Model\DocumentationInterface[] $documents */ $documents = $viewModel->getDocumentation(); ?>
escapeHtml(__('Documentation')) ?>
isShipmentPaperless()) : ?>
escapeHtml(__('Paperless Shipment - Customs documentation has been submitted electronically and is not required to be physically attached to the shipment.')); ?>
getDocumentationDisplayName($document->getType()); ?>
escapeHtml(__('Document Name')); ?> escapeHtml(__('Size')); ?> escapeHtml(__('File Type')); ?> escapeHtml(__('Action')); ?>
escapeHtml($documentName); ?> escapeHtml($document->getSize()); ?> escapeHtml($document->getMimeType()); ?> escapeHtml(__('Download')); ?>
escapeHtml(__('Documentation is not available.')) ?>