{{__ Company_slogan}}
{{#each sender.adressLines}} {{this}} {{#unless @last}} ยท {{/unless}} {{/each}}
{{#unless (empty recipient.isMale)}} {{#if recipient.isMale}} {{__ "Mr"}} {{else}} {{__ "Ms"}} {{/if}} {{recipient.firstname}} {{recipient.lastname}} {{/unless}}
{{#each recipient.addressLines}} {{this}} {{#unless @last}}
{{/unless}} {{/each}}
{{#each recipient.deliveryAddress}} {{#if @first}} {{__ "Confirmation.Delivery_Address"}}:
{{/if}} {{this}} {{#unless @last}}
{{/unless}} {{/each}}
{{__ "Project_no"}}
{{info.projectId}}
{{__ "Receipt_no"}}
{{info.letterId}}
{{__ "Your_customer_no"}}
{{recipient.id}}
{{__ "Contact_partner"}}
{{sender.contact}}
{{__ "Telephone"}}
{{sender.phone}}
{{__ "E-mail"}}
{{__ "Date_accepted"}}
{{info.confirmationDate}}
{{#if recipient.requestId}}
{{__ "Your_enquiry_no"}}
{{recipient.requestId}}
{{/if}} {{#if recipient.vendorId}}
{{__ "Supplier_no"}}
{{recipient.vendorId}}
{{/if}} {{#if recipient.orderNo}}
{{__ "Order_no"}}
{{recipient.orderNo}}
{{/if}}

{{__ "Confirmation.Order_confirmation"}}

{{#if (empty recipient.isMale)}} {{__ "Dear_Ladies_and_Gentlemen"}} {{else}} {{#if recipient.isMale}} {{__ "Dear_Mr"}} {{else}} {{__ "Dear_Ms"}} {{/if}} {{recipient.lastname}}, {{/if}}

{{__ "Confirmation.Intro_statement" refLetterId=info.referenceLetterId refLetterDate=info.referenceLetterDate }}

{{#each items}} {{#unless @first}} {{/unless}} {{#unless @last}} {{/unless}} {{/each}} {{#each extraCosts}} {{#unless @first}} {{/unless}} {{#unless @last}} {{/unless}} {{/each}} {{#each discounts}} {{#unless @first}} {{/unless}} {{#unless @last}} {{/unless}} {{/each}}
{{__ "Item"}} {{__ "Description"}} {{__ "Material"}} {{__ "Quantity"}} {{__ "UnitPrice"}} {{__ "Total"}}
{{__ "Item"}} {{__ "Description"}} {{__ "Material"}} {{__ "Quantity"}} {{__ "UnitPrice"}} {{__ "Total"}}
{{__ "Carry"}}   {{#elemBefore ../items @index "subtotalWithCurrency"}}{{/elemBefore}}
{{id}} {{name}} {{#each descriptionLines}} {{this}}
{{/each}}
{{quantity}} {{itemPriceWithCurrency}} {{totalPriceWithCurrency}}
{{__ "Subtotal"}} {{subtotalWithCurrency}}
{{__ "Item"}} {{__ "Description"}} {{__ "Material"}} {{__ "Quantity"}} {{__ "UnitPrice"}} {{__ "Total"}}
{{__ "Carry"}}   {{#elemBefore ../extraCosts @index "subtotalWithCurrency"}}{{/elemBefore}}
{{id}} {{#if description}} {{description}} {{else}} {{__ "Surcharge"}} {{/if}} {{extraCost}}
{{__ "Subtotal"}} {{ subtotalWithCurrency }}
{{__ "Item"}} {{__ "Description"}} {{__ "Material"}} {{__ "Quantity"}} {{__ "UnitPrice"}} {{__ "Total"}}
{{__ "Carry"}}   {{#elemBefore ../discounts @index "subtotalWithCurrency"}}{{/elemBefore}}
{{id}} {{#if description}} {{description}} {{else}} {{__ "Discount"}} {{/if}} {{discount}}
{{__ "Subtotal"}} {{ subtotalWithCurrency }}
  {{__ "Net_price"}} {{total.totalNetWithCurrency}}
  {{__ "VAT"}} {{info.vat}}% {{total.totalVatWithCurrency}}
  {{__ "Total_price"}} {{total.totalGrossWithCurrency}}
   
{{__ "Your_conditions"}}
  {{__ "Delivery_time"}} {{_legacy "Working_dayWithCount" count=info.productionTime}}
  {{__ "Delivery_date"}} {{info.expectedDeliveryDate}}
  {{__ "Shipping_terms"}} {{_v info.shippingTerms}}
  {{__ "Payment_terms"}} {{_v info.paymentTerms}}
{{#if info.comments.[0]}}
{{__ "Special_remarks"}}
{{#each info.comments}}

{{this}}

{{/each}}
{{/if}}
{{#if info.isEU}}

{{__ "Confirmation.NoVat_requires_TaxId"}}

{{/if}}

{{__ "Confirmation.General_Sale_and_Delivery_Terms" webAgb=sender.webAgb }}

{{__ "Should_you_have_questions" telHref=sender.telHref phone=sender.phone}}

{{__ "Kind_regards"}}
{{sender.contact}}