{{trans "Shipment"}}
{{var pdfInvoiceCustom.formatDate($shipment.created_at)}}
{{var businessInformation.getCompany()}}
{{var businessInformation.getAddress()}}
{{var businessInformation.getPhone()}}
{{var businessInformation.getVatNumber()}}
{{var businessInformation.getContact()}}
{{var businessInformation.getRegistered()}}
{{trans "No #"}}{{var shipment.increment_id}}
{{depend order.getIsNotVirtual()}}
{{/depend}}
{{trans "SHIPPING ADDRESS"}}
{{var formattedShippingAddress|raw}}
{{trans "BILLING ADDRESS"}}
{{var formattedBillingAddress|raw}}
{{layout area="frontend" handle="pdfinvoice_order_shipment_items" shipment=$shipment order=$order}}