@(account: Option[gitbucket.core.model.Account], members: List[gitbucket.core.model.GroupMember])(implicit context: gitbucket.core.controller.Context) @import gitbucket.core.view.helpers @gitbucket.core.html.main(if(account.isEmpty) "New group" else "Update group"){ @gitbucket.core.admin.html.menu("users"){
} }