+ {currentJobDone ?? 0} / {currentJobTotal} projects +
++ {shortlist.total} eligible projects + {shortlistedCount > 0 && ( + + ({shortlistedCount} shortlisted) + + )} +
+ {shortlistedCount > 0 && ( +| # | +Project | +Score | +Reasoning | +Shortlist | +
|---|---|---|---|---|
| + {i + 1} + | +
+
+
+ {e.project.title} ++ {e.project.teamName || e.project.country || e.project.competitionCategory || '—'} + + |
+
+
+
+
+ {e.qualityScore ?? 0}
+
+
+ |
+
+ {reasoning ? (
+ + {reasoning} + + ) : ( + — + )} + |
+
+ |
+
+ No eligible projects found +
+ )} + > + )} + + {/* Not yet evaluated */} + {expanded && !currentJobStatus && ( ++ Click "Run Eligibility" to evaluate projects against this award's criteria +
+ )} + + {/* Failed */} + {currentJobStatus === 'FAILED' && ( ++ Eligibility evaluation failed. Try again. +
+ )} +