@using AIStudio.Settings @inherits MSGComponentBase @if (this.CurrentProfile != Profile.NO_PROFILE) { @this.CurrentProfile.Name } else { } @foreach (var profile in this.SettingsManager.ConfigurationData.Profiles.GetAllProfiles()) { @profile.Name }