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

Update details for {{ class.name }} ({{ class.access_code }})

< Back to Classes

Here you can view and manage all of your students within this class. You can add new students, transfer existing students to another one of your classes or to another teacher within your school or club, or remove students altogether.

Current students

Select an individual student to change their details, including their name and password.

Select multiple students using the checkboxes to reset their passwords, move them to another class, release them from your school and make them an independent Code for Life user, or delete them permanently.

{% for student in students %} {% endfor %}

Student details

Action

{{ student.new_user.first_name }}

Edit details

0/{{ num_students }} selected

Add new students

Add the student names to the box with one name per line or separated by a comma.

Student names and the class access code are required to sign in.

Please note: if using the import option, student names must be under a heading labelled 'name'.
{% csrf_token %} {{ new_students_form.non_field_errors }}
{{ new_students_form.names.errors }} {{ new_students_form.names }}

Additional class details

Here you can change settings and permissions for the class and the students accessing it. You can also delete classes and change level access.

Edit details
{% endblock content %}