{% extends 'base.html' %} {% load crispy_forms_tags %} {% load static %} {% block page_title %}Class Subject Allocations{% endblock page_title %} {% block content %}
View subject allocations for your assigned class streams.
| # | Class Stream | Subject | Subject Teacher |
|---|---|---|---|
| {{ forloop.counter }} |
{{ allocation.academic_class_stream }}
Allocated stream
|
{{ allocation.subject }} |
{% if allocation.subject_teacher.staff_photo %}
{% endif %}
{{ allocation.subject_teacher }}
|
There are currently no subject allocations for your class streams.