@@ -36,36 +63,83 @@ function NotificationManagementLayout({getConfig, formik}: any) {
-
-
-
-
-
+ formik.values.notifications.providers.email.host &&
+ formik.values.notifications.providers.email.port &&
+ formik.values.notifications.providers.email.username)}>Test
-
- {/* TODO: Evaluate need and options if need is given */}
-
-
-
+
+
+ {getConfigs("notifications.templates").map((template: ConfigEntryDto) =>
+
+
+ {template.description}
+
+ )}
+