@povOption.map { pov =>
Lichess TV
@playerLink(pov.game.whitePlayer, withRating = false, withOnline = false, withDiff = false)
vs
@playerLink(pov.game.blackPlayer, withRating = false, withOnline = false, withDiff = false)
@shortClockName(pov.game.clock.map(_.config)), @game.variantLink(pov.game.variant, variantName(pov.game.variant))
@if(pov.game.rated) {
, @trans.rated()
}
}.getOrElse {
Lichess games
}
@povOption.map { pov =>
@pov.game.userIds.filter(isStreaming).map { id =>