{% extends "./base.html" %} {% load static %} {% load humanize %} {% block page_title %}School Management Dashboard{% endblock %} {% block content %}
{% if is_teacher_dashboard %}Welcome back, {{ user.get_full_name|default:user.username }} {% if current_year and current_term %} Term {{ current_term.term }} {{ current_year.academic_year }} {% endif %}
Focus area: teaching, assessments, and class progress| Teacher | Subject | Class | Progress | Total | Marked | Pending | Batch Status |
|---|---|---|---|---|---|---|---|
| {{ row.teacher }} | {{ row.subject }} | {{ row.class_name }} {{ row.stream }} |
|
{{ row.total }} | {{ row.marked }} | {{ row.pending }} | {% if row.batch_status == "VERIFIED" %} VERIFIED {% elif row.batch_status == "PENDING" %} PENDING {% else %} DRAFT {% endif %} |
Welcome back, {{ user.get_full_name|default:user.username }} {% if current_year and current_term %} Term {{ current_term.term }} {{ current_year.academic_year }} {% endif %}
School performance and operational oversightWelcome back, {{ user.get_full_name|default:user.username }} {% if current_year and current_term %} Term {{ current_term.term }} {{ current_year.academic_year }} {% endif %}
Paid
Pending
Overdue