@if (isBeach && !selectedZone) {
@for (zone of beachL1Zones; track zone.label) {
}
@for (zone of beachL1Zones; track zone.label) {
{{ zone.ombrLiberi }} / {{ zone.ombrTotali }}
@if (zone.palmeTotali > 0) {
{{ zone.palmeLibere }} / {{ zone.palmeTotali }}
}
}
}
@for (f of filaZones; track f.fila) {
}
@if (stabilimento) {
}
@for (p of passerelle; track p) {
}
@if (walls.length > 0) {
}
@for (res of positionedResources; track res) {
@if (!isBeach) {
}
@if (!isBeach && bookingGroupInfo(res); as bg) {
@if (bg.isPrimary) {
{{ bg.customerLabel }}
}
}
@if (isBeach && !selectedZone) {
}
@if (isBeach && selectedZone && getResourceSubtype(res) !== 'PALMA') {
}
@if (isBeach && selectedZone && getResourceSubtype(res) === 'PALMA') {
}
@if (!isBeach && getRestaurantSubtype(res) === 'QUADRATO') {
}
@if (!isBeach && getRestaurantSubtype(res) === 'TONDO') {
}
@if ((!isBeach || selectedZone) && resourceDisplayName(res)) {
{{ resourceDisplayName(res) }}
}
@if (resourceLabel(res) && (!isBeach || selectedZone)) {
}
}