@(account: Option[model.Account], members: List[(String, Boolean)])(implicit context: app.Context) @import context._ @import view.helpers._ @html.main(if(account.isEmpty) "New Group" else "Update Group"){ @admin.html.menu("users"){
@if(account.isDefined){ }
@helper.html.uploadavatar(account)
@helper.html.account("memberName", 200)
Cancel
} }