{{'menu.turismo' | translate}}
{{'onlineshop.prd.selcom' | translate}}
@if (Manager == true) {
} @if (lstLocations.length > 0) {
@for (loc of lstLocations; track loc) {
{{ loc?.plc_city }}
{{ loc?.plc_name }}
@if (loc?.subPlaces?.length > 0) { {{ loc.subPlaces.length }} {{ 'turismo.subplaces' | translate }}
@for (sub of loc.subPlaces; track sub.plc_id) { }
} @if (loc?.audio?.length > 0) {
@for (aud of loc.audio; track aud; let i = $index) {
{{ 'bacheca.audioguide' | translate }} {{ i + 1 }}
}
}
@if (loc.plc_desc?.length > 0) { }
}
} @if (lstLocations.length > 0) {
} @if (lstLocations.length == 0) {

{{'bacheca.places.zero' | translate}}

} @if (subDialogVisible && selectedSub) { @if (selectedSub.photo?.length > 0) { } @if (selectedSub.plc_desc) {

} @if (selectedSub.audio?.length > 0) {
@for (aud of selectedSub.audio; track aud; let i = $index) {
{{ 'bacheca.audioguide' | translate }} {{ i + 1 }}
}
} }