{% extends 'extends/layout.html' %} {% load static %} {% block scripts %} {% endblock %} {% block content %}
| SN | Name | Employee number | {% if show_business_filters %}Branch | {% endif %}Contact | Actions | |
|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ staff.biodata.name|default_if_none:'' }} | {{ staff.biodata.employee_no|default_if_none:'' }} | {% if show_business_filters %}{{ staff.branch.name|default_if_none:'' }} | {% endif %}{{ staff.biodata.contact|default_if_none:'' }} | {{ staff.biodata.email|default_if_none:'' }} | {% if not show_business_filters %} {% endif %} |
| SN | Name | Contact | Actions |