@if (containers !== undefined) {
@for (container of containers; track $index) {
@if (container.value.containertype_id == ContainerTypesEnum.CT_GLOBAL) {
}
@if (container.value.containertype_id == ContainerTypesEnum.CT_TENANT) {
}
@if (container.value.containertype_id == ContainerTypesEnum.CT_LOCATION) {
}
@if (container.value.containertype_id == ContainerTypesEnum.CT_NODE) {
}
{{ container.value.name }}
@if (containers.length == 0) {
}
}
}