@(account: gitbucket.core.model.Account, members: List[gitbucket.core.model.GroupMember], info: Option[Any])(implicit context: gitbucket.core.controller.Context) @import gitbucket.core.view.helpers @gitbucket.core.html.main("Edit group"){ @gitbucket.core.account.html.menu("profile", account.userName, true){ @gitbucket.core.helper.html.information(info)

Edit group

@gitbucket.core.account.html.groupform(Some(account), members, false)
} }