{% block title %}
{% include "partials/title.html" with title="Users" text="Dashboard" textone="User Management" texttwo="Users" %}
{% endblock title %}
Users List
|
ID | Name | Class | Section | Date of Joined | Status | Action |
---|---|---|---|---|---|---|---|
|
{{record.ID}} | {{record.Class}} | {{record.Section}} | {{record.Date_of_Joined}} | {{record.Status}} |