{% extends 'extends/layout.html' %} {% load static %} {% block content %}
| Employee number | {{ obj.biodata.employee_no }} |
| Primary Contact | {{ obj.biodata.local_contact }} |
| Other Contact | {{ obj.biodata.other_contact }} |
| Staff Role | {{ obj.role.title }} |
| Gender | {{ obj.biodata.get_gender_display }} |
| NIN | {{ obj.biodata.nin }} |
| Date of Birth | {{ obj.biodata.dob }} |
| Marital Status | {{ obj.biodata.get_marital_status_display }} |
| Next of Kin | {{ obj.biodata.nok }} |
| Next of Kin Contact | {{ obj.biodata.nok_contacts }} |
| Date Added | {{ obj.biodata.date_created|date:'d, M, Y' }} |
| Nationality | {{ obj.biodata.country.name }} |
| Location | {{ obj.biodata.location }} |