{{if manufacturerPrice && listPrice}}
{{if isRRP == 1}}${t.priceManufacturer} {{/if}}${manufacturerPrice}
${pricePercent} %
{{/if}}
{{if listPrice}}
${listPrice} {{if (orderUnit && !orderUnit.show && showPriceQuantity) || (!!priceQuantity && orderUnit && orderUnit.show)}}  / {{if showPriceQuantity}}${priceQuantity}{{/if}} ${orderUnit.abbr.length ? orderUnit.abbr : orderUnit.label} {{/if}}
{{if ref}}
(${ref.amount} ${ref.unit} = ${ref.price})
{{/if}} {{/if}}
{{if taxRate != undefined}} {{if taxRate != 0 || (taxRate == 0 && isVATInfoVisible == 1)}} {{if vatReleased == 0}} {{if taxModel == 1}} ${t.isGross} {{else}} ${t.isNet} {{/if}} {{else}} ${t.vatReleasedMessage} {{/if}} {{/if}} {{if (taxRate != 0 || (taxRate == 0 && isVATInfoVisible == 1)) && shipping}}, {{/if}} {{/if}} {{if shipping == 1}}${t.withoutShipping}{{/if}}