@(c: lila.challenge.Challenge, json: play.api.libs.json.JsObject, error: Option[String])(implicit ctx: Context) @import lila.challenge.Challenge.Status @cancelForm = {
} @round.layout( title = challengeTitle(c), side = emptyHtml, openGraph = challengeOpenGraph(c).some, moreJs = js(c, json, true), moreCss = cssTag("challenge.css")) {