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