@inherits MSGComponentBase @if (this.Body is not null) { @if (!this.Disabled() && this.IsLocked()) { @this.Body } else { @this.Body } }