{{#if (and (ne currency 'TRY')(ne currency 'TL'))}}
{{productCartPriceStr}}
{{#if (gt kdvRate 0)}}
{{#if (or showKDVIncludedPrice kdvIncluded)}}
{{translate 'Global_KdvDahil'}}
{{else}}
{{translate 'GlobalMasterArtiKDV'}}
{{/if}}
{{/if}}
{{/if}}
{{#if (ne productPriceOriginal productSellPrice)}}
{{#if (eq showLastDayCounter 0)}}
{{productSellPriceStr}}
{{else}}
{{translate 'Urunler_BuguneOzel'}} {{productPriceOriginalStr}}
{{/if}}
{{#if (gt kdvRate 0)}}
{{#if (or showKDVIncludedPrice kdvIncluded)}}
{{translate 'Global_KdvDahil'}}
{{else}}
{{translate 'GlobalMasterArtiKDV'}}
{{/if}}
{{/if}}
{{/if}}
{{#if (eq showLastDayCounter 0)}}
{{productPriceOriginalStr}}
{{else}}
{{productSellPriceStr}}
{{/if}}
{{#if (gt kdvRate 0)}}
{{#if (or showKDVIncludedPrice kdvIncluded)}}
{{translate 'Global_KdvDahil'}}
{{else}}
{{translate 'GlobalMasterArtiKDV'}}
{{/if}}
{{/if}}