{% extends "admin/base.html" %} {% block title %}Students{% endblock %} {% block content %}
Manage PhD and MTech students
| Name | Program | Thesis | Status | Supervision | Actions |
|---|---|---|---|---|---|
| {{ student.name }} | {{ student.program }} | {{ (student.thesis_title or '-')[:50] }}{% if student.thesis_title and student.thesis_title|length > 50 %}...{% endif %} | {{ student.status or '-' }} | {{ student.supervision or '-' }} | |
| No students yet | |||||