{% extends "ui/templates/base/layout.html" %} {% block content %}

Employee Offboarding

Manage resignation, handover and relieving checklist.

Initiate offboarding

{% for r in rows %}{% else %}{% endfor %}
EmployeeRequested DateStatusReview / 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.
{% endblock %}