{% extends 'base.html' %} {% block title %}staffs{% endblock title %} {% block breadcrumb %} New staff {% endblock breadcrumb %} {% block content %}
S/N | Fullname | Gender | Mobile Phone Number | Status |
---|---|---|---|---|
{{ forloop.counter}} | {{ staff.surname}} {{staff.firstname }} {{staff.other_name }} | {{ staff.get_gender_display}} | {{ staff.parent_mobile_number}} | {{ staff.get_current_status_display}} |