{% extends 'admin/master.html' %} {% load static %} {% block content %}

Hi, welcome back!

Lab Staffs

Lab Staffs

{% if lab_staff %} {% for staff in lab_staff %} {% endfor %} {% else %} {% endif %}
ID Image Laboratory Name Email Phone Qualification Experience Type Status Action
{{ staff.id }} {% if staff.profile_img %} {{ staff.name }} {% else %} Default Image {% endif %} {{ staff.laboratory.lab_name }} {{ staff.name }} {{ staff.email }} {{ staff.phone }} {{ staff.qualification }} {{ staff.experience }} years {{ staff.get_staff_type_display }} {{ staff.get_status_display|capfirst }}
No records found
{% endblock content %}