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

{{ product.name }}

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

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