{% extends 'base.html' %} {% load static %} {% block content %}
| Photo | Name | Reg No | Class | Stream | Year | Actions |
|---|---|---|---|---|---|---|
{% if student.photo %}
{% endif %}
|
{{ student.student_name }} | {{ student.reg_no }} | {{ student.current_class.name }} | {{ student.stream.stream }} | {{ student.academic_year.academic_year }} |