+ {progressEvidenceRailItems.map((item, index) => {
+ const Icon = item.icon
+ return (
+
+
+
+ {item.value}
+
+
+ {String(index + 1).padStart(2, '0')}
+
+
+ {t(`items.${item.key}.title` as never)}
+
+
+ {t(`items.${item.key}.body` as never)}
+
+
+ )
+ })}
+