@(account: Option[model.Account])(implicit context: app.Context) @import context._ @html.main(if(account.isEmpty) "New User" else "Update User"){ @menu("users"){
Cancel
} }