@inherits MSGComponentBase @typeparam TSettings @if (this.IsVisible) { @this.Name @this.Description @if (this.HasStartAction) { @this.ButtonText } else { @this.ButtonText } @if (this.HasSettingsPanel) { } @if (this.SecurityBadge is not null) { @this.SecurityBadge } }