@import config.SwitchState @(switches: Map[String, SwitchState]) Switch states
@for((name, state) <- switches) {
@name
@{state.name}
}