@(account: Option[gitbucket.core.model.Account], members: List[gitbucket.core.model.GroupMember])(implicit context: gitbucket.core.controller.Context) @import context._ @import gitbucket.core.view.helpers._ @html.main(if(account.isEmpty) "Create group" else "Edit group"){

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

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