@(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) "Create group" else "Edit group"){

@{if(account.isEmpty) "Create group" else "Edit group"}

@gitbucket.core.helper.html.uploadavatar(account)
@gitbucket.core.helper.html.account("memberName", 200, true, false)
@if(account.isDefined){ } @if(account.isDefined){ Cancel }
}