@if (map) {
@for (item of map.Mapitems; track item) {
}
@for (textItem of map.Maptexts; track textItem) {
}
@for (lineItem of map.Maplines; track lineItem) {
}
@for (lineItem of map.Maplines; track lineItem) {
}
@for (iconItem of map.Mapicons; track iconItem) {
}
@for (gadgetItem of map.Mapgadgets; track gadgetItem) {
@if (gadgetItem.gadget === 'RRDGraph') {
}
@if (gadgetItem.gadget === 'Text') {
}
@if (gadgetItem.gadget === 'Tacho') {
}
@if (gadgetItem.gadget === 'Cylinder') {
}
@if (gadgetItem.gadget === 'TrafficLight') {
}
@if (gadgetItem.gadget === 'Temperature') {
}
@if (gadgetItem.gadget === 'ServiceOutput') {
}
}
@for (summaryItem of map.Mapsummaryitems; track summaryItem) {
}
}