Delete zonegroup

@if (zonesList.length > 0) { @if (includedPools.size > 0) { }
Zones:
@for (zone of zonesList; track zone) {
{{zone}}
}
@if (includedPools.size > 0) {
Pools:
@for (pool of includedPools; track pool) {
{{ pool }}
}
}
@if (includedPools.size > 0) { Yes, I want to delete the zones and their pools. } @else { Yes, I want to delete the zones. }
@if (displayText) { This will delete all the data in the pools! }
}