List of Students

{% for user in users %} {% endfor %}
ID USERNAME STUDENT ID
{{ user.id }} {{ user.username }} {{ user.student_id }}