@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 (m of walls; track m) { } } @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)) { {{ resourceLabel(res) }} }
}
@if (isBeach && selectedZone && !_autoZone) { } @if (selectedZone) {
{{ selectedZone.ombrLiberi }} / {{ selectedZone.ombrTotali }} @if (selectedZone.palmeTotali > 0) { {{ selectedZone.palmeLibere }} / {{ selectedZone.palmeTotali }} }
}