@(tour: Tournament, variantLink: Boolean = false)(implicit ctx: Context) @tour.clock.show • @if(tour.variant.exotic) { @if(variantLink) { @game.variantLink(tour.variant, (if (tour.variant == chess.variant.KingOfTheHill) tour.variant.shortName else tour.variant.name), cssClass = "hint--top") } else { @tour.variant.name } } else { @tour.perfType.map(_.name) } @if(!tour.position.initial) { • @trans.thematic() } • @momentFromNow(tour.startsAt)