@if (loading) {
{{ 'common.loading' | translate }}
} @else if (product) {

{{ product.name }}

@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 }}

}
{{ 'carousel.addToCart' | translate }} {{ 'catalog.quickViewDetails' | translate }}
}