Manage employees working on company projects.
| Employee | Department | Designation | Technologies | Projects | Actions |
|---|---|---|---|---|---|
|
{{ emp.full_name|default:""|slice:":1"|upper }}
{{ emp.full_name|default:emp.official_email }}
{{ emp.employee_code|default:"-" }}
|
{{ emp.department.name|default:"-" }} | {{ emp.designation.name|default:"-" }} |
{% for tech in emp.tech_list %}
{{ tech }}
{% empty %}
-
{% endfor %}
|
{% if emp.project_count %} {{ emp.project_count }} Project{{ emp.project_count|pluralize }} {% else %} - {% endif %} | |
| No employees found. | |||||