def format_job_table(jobs: List[AtJob]) -> str: """Format jobs as a nice table.""" if not jobs: return "No jobs found."