{{ slotProps.index + 1 }}
{{ slotProps.data.name + (!nsServersByName[slotProps.data.name] ? ' (offline)' : '') }}
{{ nsServersByName[slotProps.data.name] ? nsServersByName[slotProps.data.name]?.playerCount
+ '/' + nsServersByName[slotProps.data.name]?.maxPlayers : '' }}
{{ slotProps.data._value.deaths }}
{{ slotProps.data._value.max_distance }}
{{ Math.round(((slotProps.data._value.total_distance / slotProps.data._value.kills) || 0) * 100) /
100 }}