{{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()}}

{{trans "SHIPPING ADDRESS"}}

{{var formattedShippingAddress|raw}}

{{/depend}}

{{trans "BILLING ADDRESS"}}

{{var formattedBillingAddress|raw}}

{{layout area="frontend" handle="pdfinvoice_order_shipment_items" shipment=$shipment order=$order}}
{{trans "PAYMENT METHOD"}}
{{var payment_title|raw}}
{{depend order.getIsNotVirtual()}}
{{trans "SHIPPING METHOD"}}
{{var order.getShippingDescription()}}
{{/depend}}