+
+ @if (matchingPlugin is not null)
+ {
+
+ @matchingPlugin.Name
+ }
+ else
+ {
+
+ @T("ID mismatch: the plugin ID differs from the enterprise configuration ID.")
+ }
+
+
+
+ @T("Enterprise configuration ID:") @env.ConfigurationId
+
+
+
+
+ @T("Configuration server:") @env.ConfigurationServerUrl
+
+
+ @if (matchingPlugin is not null)
+ {
+
+
+ @T("Configuration plugin ID:") @matchingPlugin.Id
+
+
+ }
+
+ }