{% extends 'portal/base.html' %} {% load static %} {% load app_tags %} {% block subNav %} {% include "portal/partials/teacher_non_dashboard_subnav.html" %} {% endblock subNav %} {% block content %}

Move all classes for teacher {{ original_teacher.new_user|make_into_username }}


Move all classes assigned to teacher {{ original_teacher.new_user.first_name }} {{ original_teacher.new_user.last_name }} to other teachers in {{ original_teacher.school.name }}.

Move all classes

Select teachers to take over the classes from the lists below.

{% csrf_token %} {% for class in classes %} {% endfor %}

Class

New Teacher

{{ class.name }} ({{ class.access_code }})

Cancel
{% endblock %}