@(u: User)(implicit ctx: Context) @user.layout( title = u.username, robots = false) {

@u.username

@trans.thisAccountIsClosed()
}