{% extends 'portal/base.html' %} {% block subNav %} {% include "portal/partials/teacher_non_dashboard_subnav.html" %} {% endblock subNav %} {% block content %}
Choose a class from the drop down menu below to move the student
The following students are in class {{ new_class.name }} ({{ new_class.access_code }}) into which you are about to move students from class {{ old_class.name }} ({{ old_class.access_code }}).
Student name |
---|
{{ student.new_user.first_name }} |
There are no students in the class {{ new_class.name }} ({{ new_class.access_code }}).
{% endif %}Please confirm the names of the following students being moved to class {{ new_class.name }} ({{ new_class.access_code }}) from class {{ old_class.name }} ({{ old_class.access_code }}). Their names will be used in their new login details, so please ensure it is different from any other existing students in the class.