pub fn job_page(
uuid: &str,
session: Option<AdminSession>,
return_to: ReturnTo,
pool: &State<DbPool>,
) -> Result<Template, AdminReject>Expand description
The human progress page; it polls GET /api/jobs/<uuid> (vanilla fetch, no JS framework — D11).
Signed-in admins only (unauthenticated → sign-in page); the polled JSON twin is the agent
surface.