+ {isLoading ? (
+
+ {t("labels.loading", "Loading...")}
+
+ ) : error ? (
+
+ {t(
+ "pages.config.load_error",
+ "Failed to load configuration. Please refresh and try again.",
+ )}
+
+ ) : (
+
+ {isDirty && (
+
+ {t(
+ "pages.config.unsaved_changes",
+ "You have unsaved changes.",
+ )}
+
+ )}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ )}
+