@(account: Option[gitbucket.core.model.Account], members: List[gitbucket.core.model.GroupMember])(implicit context: gitbucket.core.controller.Context) @gitbucket.core.html.main(if(account.isEmpty) "New Group" else "Update Group"){ @gitbucket.core.admin.html.menu("users"){
@if(account.isDefined){ }
@gitbucket.core.helper.html.uploadavatar(account)
@gitbucket.core.helper.html.account("memberName", 200)
Cancel
} }