@inherits MSGComponentBase @if (!string.IsNullOrWhiteSpace(this.issue)) { @this.issue } @if (this.isLoading) { } else if (this.plugin is not null) { @this.plugin.Name @this.pluginFile } @T("Cancel") @if (this.isSaving) { @T("Saving...") } else { @T("Save") }