@(game: Game)(implicit ctx: Context) @game.perfType match { case _ if game.fromPosition => {*} case _ if game.imported => {/} case Some(p) if game.variant.exotic => {@p.iconChar} case _ if game.hasAi => {n} case Some(p) => {@p.iconChar} case _ => {8} }