+ {applicationsLoading + ? "Loading application data…" + : `${applications.length} total submissions (${pendingApplications} waiting)`} +
+ ++ {app.applicant_name || app.applicant_email || "Unknown applicant"} +
++ {app.projects?.title ?? "No project title"} +
+ {app.created_at ? ( ++ Submitted {new Date(app.created_at).toLocaleString()} +
+ ) : null} +No applications on file. Encourage partners to apply via briefs.
+ )} +