@inherits MSGComponentBase @this.Message @foreach (var workspace in this.workspaces) { } @if (this.showCreateWorkspaceForm) { } else { @T("Create new workspace") } @T("Cancel") @if (this.showCreateWorkspaceForm) { @T("Add workspace") } else { @this.ConfirmText }