@if (hasDiscount) { {{ product.price | currencyConvert:product.currency | number:'1.2-2' }} {{ displayCurrency() }} {{ discountedPrice | currencyConvert:product.currency | number:'1.2-2' }} {{ displayCurrency() }} } @else { {{ product.price | currencyConvert:product.currency | number:'1.2-2' }} {{ displayCurrency() }} }
@if (product.simpleDescription) {{{ product.simpleDescription }}
}