+
{copy.title}
+
{copy.intro}
+
+ {copy.benefits.map((benefit) => (
+ - {benefit}
+ ))}
+
+
+
+ {pendingFiles.length > 0 && (
+
+
+ {pendingFiles.map((item, index) => (
+
+ ))}
+
+
+
+ )}
+
+
+ {submittedJobs.map((job, index) =>
+ job.id ? (
+ removeSubmittedJob(index)}
+ />
+ ) : (
+ removeSubmittedJob(index)}
+ />
+ )
+ )}
+
+
+
+ {steps.map((step) => (
+ - {step}
+ ))}
+
+
+