{{'onlineshop.prd.dett' | translate}}
@for (ph of product.photo; track ph; let j = $index) {
{{av?.text}}
}
{{type?.tpw_name}}

{{product?.title}}

{{product?.price | currency:'EUR':'symbol'}} @if (product.fav == false) { } @if (product.fav == true) { }
{{'onlineshop.prd.production' | translate}}:
{{'onlineshop.prd.year' | translate}}: {{product?.productionyear}} {{'onlineshop.prd.prov' | translate}}: {{objcomune?.denominazione}} ({{objcomune?.codiceprovincia}})

{{product?.description}}

@if (product.note) { {{'onlineshop.ft.note' | translate}}:

{{product?.note}}

}
@if (reviews.length > 0) {

Recensioni del negozio

@for (r of reviews; track r.rev_id) {
@for (s of stars; track s) { }
{{ r.rev_rating_overall | number: '1.1-1' }} {{ reviewerName(r) }}
@if (r.rev_title) {
{{ r.rev_title }}
} @if (r.rev_text) {

{{ r.rev_text }}

}
}
}