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