0)">
@if (loc?.photo?.length > 0) {
@for (img of loc.photo; track img) {
}
} @else {
}
@if (loc?.plc_city) {
{{ loc.plc_city }}
}
{{ 'Luogo' | translate }}
{{ loc?.plc_name }}
@if (loc?.plc_desc?.length > 108) {
@if (!espanseIds.has(loc.plc_id)) {
{{ 'altro' | translate }}
} @else {
{{ 'mostra meno' | translate }}
}
}
{{ loc?.plc_address }} {{ loc?.plc_number }}, {{ loc?.plc_city }} ({{ loc?.plc_codiceprovincia }})
@if (loc?.subPlaces?.length > 0) {
@for (sub of loc.subPlaces; track sub.plc_id) {
}
}
@for (aud of loc.audio; track aud; let ai = $index) {
}
@if (isLogged) {
@if (reviewsOpen.has(loc.plc_id)) {
@if (placeStats[loc.plc_id] && placeStats[loc.plc_id].total_count > 0) {
} @else if (placeStats[loc.plc_id]) {
}
}
}
@for (s of stars; track s) {
}
{{ placeStats[loc.plc_id].avg_overall | number: '1.1-1' }}
{{ placeStats[loc.plc_id].total_count }} {{ placeStats[loc.plc_id].total_count === 1 ? 'recensione' : 'recensioni' }}
{{ 'Nessuna recensione: racconta per primo la tua esperienza.' | translate }}
} @for (r of placeReviews[loc.plc_id]; track r.rev_id) {
@for (s of stars; track s) {
}
@if (r.rev_title) {
{{ r.rev_title }}
}
@if (r.rev_text) {
{{ r.rev_text }}
}