{{ title || product.name }}

@if (product.badges?.length) {
@for (badge of product.badges; track $index) { {{ badge }} }
} @if (product.rating) {
{{ product.rating | number:'1.1-1' }} ({{ product.callbacks?.length || product.comments?.length || 0 }})
}
@if (product.discount > 0) {
{{ price | number:'1.2-2' }} {{ currency }} -{{ product.discount }}%
{{ discountedPrice | number:'1.2-2' }} {{ currency }} } @else { {{ price | number:'1.2-2' }} {{ currency }} }
{{ 'itemDetail.stock' | translate }} @if (remaining != null) { {{ remaining }} }
@if (showAddToCart) { }