{% extends 'base.html' %} {% block title %}staffs{% endblock title %} {% block breadcrumb %} New staff {% endblock breadcrumb %} {% block content %} {% for staff in object_list %} {% endfor %}
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}}
{% endblock content %} {% block morejs %} {% endblock morejs %}