{% extends "../base.html" %} {% load humanize %} {% block page_title %}Student Promotion{% endblock %} {% block content %}
Controlled academic transition workflow with eligibility checks, preview, and confirmation.
| Photo | Student Name | Adm No | Gender | Current Class | Avg Score | Status | Action | |
|---|---|---|---|---|---|---|---|---|
|
{% if row.photo_url %}
|
{{ row.student_name }} Attendance: {% if row.attendance_percent is not None %}{{ row.attendance_percent }}%{% else %}-{% endif %} |
{{ row.admission_no }} | {{ row.gender|default:"-" }} | {{ row.current_class_label }} | {% if row.avg_score is not None %}{{ row.avg_score|floatformat:1 }}{% else %}-{% endif %} |
{{ row.status_label }}
|
||
| No students found in this promotion queue. | ||||||||