Employee List
ID
Name
Department
{% for user in users %}
{{ user.id }}
{{ user.name }}
{{ user.dept_name }}
{% endfor %}