@(account: Option[model.Account])(implicit context: app.Context) @import context._ @import view.helpers._ @html.main(account.map(_.userName).getOrElse("Create account")){
@if(account.isEmpty){
}
@if(account.isDefined){ Cancel } else { }
}