+ {isGenerating ? (
+
+
+
+
+ {t("wizard.step3.generating.title")}
+
+
+ {t("wizard.step3.generating.description")}
+
+
+
+ ) : hasGenerated ? (
+
+
+ {t("wizard.step3.description")}
+
+
+ {!unknownImages || unknownImages.length === 0 ? (
+
+
+ {t("wizard.step3.noImages")}
+
+
+ ) : (
+
+ {unknownImages.slice(0, 24).map((imageName, index) => (
+
+

+
+
+
+
+ ))}
+
+ )}
+
+
+ ) : (
+
+
+ {t("wizard.step3.errors.generationFailed")}
+
+
+
+ )}
+
+
+
+
+
+
+ );
+}