@(form: Form[_], captcha: lila.common.Captcha)(implicit ctx: Context) @auth.layout( title = trans.exportGames.txt()) {

@trans.exportGames()

  • @base.captcha(form("move"), form("gameId"), captcha)
  • @errMsg(form)
}