STATIONEN
Alle
INNEN
@for (station of indoor_stations; track $index) {
{{station.name}}
{{station.mac}}
innen
}
AUSSEN
@for (station of outdoor_stations; track $index) {
{{station.name}}
{{station.mac}}
außen
}