Employee List

{% for user in users %} {% endfor %}
IDNameDepartmentActions
{{ user.id }} {{ user.name }} {{ user.dept_name }} Edit

Add New Employee