Show 'Job not found' error for invalid jobids
Summary
Requesting job details for an invalid job id does not show an error. Instead it shows a blank page. We should show 'Job not found' similarly to the dataset details for invalid pids.
Steps to Reproduce
Visit /user/jobs/invalid_job_id
Current Behaviour
Here's what I see for /user/jobs/invalid_job_id on the frontend using the v4 backend:
Expected Behaviour
It should instead look like the dataset error page:
