{% extends 'extends/layout.html' %} {% load static %} {% block content %}
{# ------------------------ MIGRATE STAFF ----------#} {# -----------------------------------------------------------------------#}
avatar
{{ obj.biodata.name }}

{{ obj.position.title|default:'None' }}

{{ obj.biodata.email }}

{{ obj.user.username }}

Access details
{% if can_migrate_staff %} {% endif %}
{% if obj.can_access_central %}

Central view: Can access

{% else %}

Central view: No access

{% endif %}

Default branch: {{ obj.branch.name }}

Other accessible branches

{% if staff_access_branches %} {% for br in staff_access_branches %} {{ forloop.counter}}. {{ br.name }} {% endfor %} {% else %} No branches {% endif %}
Other Details
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 }}
{% endblock %}