@import game._ @(game: GameService) Estadisticas


Para filtrar, introduzca en el campo de texto su busqueda y pulse enter

@for(estadistica <- game.getAllEstadisticas()){ }
Usuario Pregunta Categoria Aciertos Fallos
@estadistica.getUsuario() @estadistica.getQuestion() @estadistica.getCategoria() @estadistica.getAciertos() @estadistica.getFallos()