{% extends "ui/templates/base/layout.html" %} {% block content %}
Manage resignation, handover and relieving checklist.
| Employee | Requested Date | Status | Review / Completion |
|---|---|---|---|
{{ r.employee.full_name if r.employee else r.employee_id }} {{ r.request_type }}{% if r.reason %} ยท {{ r.reason }}{% endif %} | {{ r.requested_relieving_date or '-' }} | {{ r.status }} | {% if r.status in ['pending','approved'] %}{% endif %}{% if r.status == 'approved' %}{% endif %} |
| No offboarding requests. | |||