{% extends "public/base.html" %} {% block title %}Students | {{ profile.name if profile }}{% endblock %} {% block content %}
{{ profile.students_subheader or 'PhD Scholars and MTech Students' }}
{{ stats.phd_total }}
{{ profile.students_stat1_label or 'Total PhD' }}
{{ stats.phd_completed }}
{{ profile.students_stat2_label or 'PhD Completed' }}
{{ stats.phd_ongoing }}
{{ profile.students_stat3_label or 'PhD Ongoing' }}
{{ stats.mtech_total }}+
{{ profile.students_stat4_label or 'MTech Supervised' }}
| No. | Student Name | Thesis Title | Status | Category | Single/Joint |
|---|---|---|---|---|---|
| {{ loop.index }} | {{ student.name }} | {{ student.thesis_title or '-' }} | {{ student.status }} | {{ student.category or '-' }} | {{ student.supervision or '-' }} |
| No. | Student Name | Thesis Title | Status |
|---|---|---|---|
| {{ loop.index }} | {{ student.name }} | {{ student.thesis_title or '-' }} | {{ student.status }} |