@for (group of addressPoolsGrouped; track group) {
@if (group[1].length === 1) {
} @else {
@for (pool of group[1]; track pool) {
}
}
}
@for (group of pdPoolsGrouped; track group) {
@if (group[1].length === 1) {
} @else {
@for (pool of group[1]; track pool) {
}
}
}