{% extends "base.html" %} {% load static %} {% block page_title %}Class Subject Allocation{% endblock page_title %} {% block content %}
Teacher: {{ allocation.subject_teacher }}
{% if can_manage %} {% endif %}Class Stream: {{ selected_stream.academic_class.Class.code }}{{ selected_stream.stream.stream }}
Class Teacher: {{ class_teacher_name }}
Total Students: {{ total_students }}
Subjects Allocated: {{ subjects_allocated_count }}