{% extends "admin/base.html" %} {% block title %}Students{% endblock %} {% block content %}

Students

Manage PhD and MTech students

{% for student in students %} {% else %} {% endfor %}
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
{% for p in programs %} {% for s in statuses %} {% for c in categories %} {% for s in supervisions %} {% endblock %}