Offboarding requests and status.
| Request | Reason | Status | Created |
|---|---|---|---|
| #{{ row.id }} | {{ row.reason or '-' }} | {{ row.status.replace('_',' ').title() if row.status else '-' }} | {{ row.created_at.strftime('%d-%m-%Y') if row.created_at else '-' }} |
| No offboarding requests available. | |||