{% extends "ui/templates/base/layout.html" %} {% block content %}
Generate and track joining checklist tasks.
| Employee | Task | Due | Status | Action |
|---|---|---|---|---|
| {{ r.employee.full_name if r.employee else r.employee_id }} | {{ r.title }} {{ r.stage }}{% if r.description %} ยท {{ r.description }}{% endif %} | {{ r.due_date or '-' }} | {{ r.status }} | |
| No onboarding tasks. Open an employee detail page and click Generate Onboarding. | ||||