@(report: lila.irwin.IrwinReport.WithPovs)(implicit ctx: Context) @percentClass(percent: Int) = { @percent match { case p if p < 30 => {green} case p if p < 60 => {yellow} case p if p < 80 => {orange} case _ => {red} } }
Irwin AI
Hunter

Updated @momentFromNow(report.report.date)

@report.report.activation% Overall assessment
@report.withPovs.sortBy(-_.report.activation).map { case lila.irwin.IrwinReport.GameReport.WithPov(gameReport, pov) => { } }
@gameReport.moves.map { move => } @playerLink(pov.opponent, withRating = true, withDiff = true, withOnline = false, link = false)
@if(pov.game.isTournament) { } @pov.game.perfType.map { pt => } @shortClockName(pov.game.clock.map(_.config)) - @momentFromNow(pov.game.createdAt)
@gameReport.activation% assessment @defining(pov.game.playerBlurPercent(pov.color)) { blurs => @blurs% } blurs @if(pov.player.holdAlert.??(_.suspicious)) { Bot? }