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