{% extends 'admin-dashboard.html' %} {% block content %}
| Sl no. | Full name | Username | Email Address | Institution | Contact Number | Status | Action |
|---|---|---|---|---|---|---|---|
| {{forloop.counter}} | {{i.first_name}} {{i.last_name}} | {{i.username}} | {{i.email}} | {{i.institution.institution_name|default:"N/A"}} | {{i.phn_no|default:"N/A"}} | {% if i.table_status %} Active {% else %} Inactive {% endif %} |