{% extends 'base.html' %} {% load static %} {% block title %}Assign Class Teacher — {{ school_class.name }}{% endblock %} {% block content %}
{{ school_class.name }} — Class Teacher Assignment
{% if current_teacher %} {% else %} {% endif %}
{% csrf_token %}
Only staff with role Teacher or Class Teacher are listed. To add more staff, change their role in Staff Management.
Cancel
What does "Class Teacher" mean?

The class teacher (homeroom teacher) is assigned directly to the class. They will see this class in the attendance marking dropdown when they log in.

Subject teachers are assigned separately per subject via the class detail page. A teacher can be both the class teacher and a subject teacher for the same class.

{% endblock %}