{{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 && t.vatReleasedMessage.length != 0}}, {{/if}}
{{if shipping == 1}}${t.withoutShipping}{{/if}}