{{if manufacturerPrice && listPrice}}
{{if isRRP == 1}}${t.priceManufacturer} {{/if}}${manufacturerPrice}
${pricePercent} %
{{/if}}
{{if listPrice}} ${listPrice} {{if ref}}(${ref.amount} ${ref.unit} = ${ref.price}){{/if}} {{/if}}
{{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 shipping == 1}}${t.withoutShipping}{{/if}}