{% extends 'admin-dashboard.html' %} {% block content %}
| # | Institution Name | Email Address | Contact Number | Address | Status | Action |
|---|---|---|---|---|---|---|
| {{forloop.counter}} | {{i.institution_name}} | {{i.email}} | {{i.phn}} | {{i.address}} | {% if i.table_status %} Active {% else %} Inactive {% endif %} | |
|
No institution details found matching the criteria.
|
||||||