@import ru.yandex.tours.db.tables.Clusterization @import ru.yandex.tours.db.tables.LinkType @(cluster: HotelClusterInfo) @import views.Utils @if(cluster.graph.linksWithStatus.nonEmpty) { @for((link, isActive) <- cluster.graph.linksWithStatus) { } } else { Нет связей }