+ {opportunityApplicationsLoading + ? "Loading opportunity applicantsā¦" + : `${opportunityApplications.length} submissions`} +
+ ++ {app.full_name || app.email || "Anonymous"} +
++ {app.email || "No email provided"} +
++ + Role: + {" "} + {app.role_interest} +
+ ) : null} + {app.primary_skill ? ( ++ + Skill: + {" "} + {app.primary_skill} +
+ ) : null} + {app.availability ? ( ++ + Availability: + {" "} + {app.availability} +
+ ) : null} + {app.experience_level ? ( ++ + Experience: + {" "} + {app.experience_level} +
+ ) : null} + {app.submitted_at ? ( ++ + Submitted: + {" "} + {new Date(app.submitted_at).toLocaleString()} +
+ ) : null} ++ {app.message} +
+ ) : null} ++ No opportunity applications yet. Share the Opportunities page to grow the pipeline. +
+ )} +