@inherits ConfigurationBaseCore @if (string.IsNullOrWhiteSpace(this.Shortcut())) { @T("No shortcut configured") } else { @this.GetDisplayShortcut() } @T("Change shortcut")