@(members: List[gitbucket.core.model.GroupMember])(implicit context: gitbucket.core.controller.Context)
@gitbucket.core.html.main("Create group"){
<div class="content-wrapper main-center">
<div class="content body">
<h2>Create group</h2>
@gitbucket.core.account.html.groupform(None, members, s"${context.path}/groups/new")
</div>
</div>
}