{{ station.onlineInfo?.dispatcherRate || '0' }}
{{ station.onlineInfo?.currentUsers || '0' }}
/
{{ station.onlineInfo?.maxUsers || '0' }}
{{ station.onlineInfo?.spawns.length || '0' }}
{{ station.onlineInfo?.scheduledTrains?.length || '0' }}
/
{{ station.onlineInfo?.scheduledTrains?.filter((train) => train.stopInfo.confirmed).length || '0' }}