{{var businessInformation.getCompany()}}

{{trans "Address"}}: {{var businessInformation.getAddress()}}

{{trans "Phone"}}: {{var businessInformation.getPhone()}}

{{trans "Tax ID"}} {{var businessInformation.getVatNumber()}}

{{trans "Contact"}}: {{var businessInformation.getContact()}}

{{trans "Registered"}}: {{var businessInformation.getRegistered()}}

{{trans "CREDITMEMO"}}

{{trans "Creditmemo "}} #{{var creditmemo.increment_id}}

{{trans "Date : "}} {{var pdfInvoiceCustom.formatDate($creditmemo.created_at)}}

{{trans "Amount : "}}{{var order.formatPrice($creditmemo.getGrandTotal())|raw }}

{{trans "Billing Address"}}

{{var formattedBillingAddress|raw}}

{{trans "Payment Method"}}

{{var payment_title|raw}}

{{depend order.getIsNotVirtual()}}

{{trans "Shipping Address"}}

{{var formattedShippingAddress|raw}}

{{trans "Shipping Method"}}

{{var order.getShippingDescription()}}

{{/depend}}
{{layout handle="pdfinvoice_order_creditmemo_items" creditmemo=$creditmemo order=$order itemBarcode=1}}