@(state: Option[org.joda.time.DateTime])(implicit ctx: Context) @title = @{ "Chat Panic" } @mod.layout(title = title, active = "panic") {
When Chat Panic is enabled, restrictions apply to public chats (tournament, simul) and PMs
Only players 24h old, and with 10 games played, can write messages.
Current state: @state.map { s => ENABLED. Expires in @momentFromNow(s) }.getOrElse { DISABLED }