{% extends 'portal/base.html' %} {% load static %} {% block dashboard %} School / Club {% endblock dashboard %} {% block content %}
{{ student.new_user.username }}, the new external student, will be joining students in the class {{ class.name }} ({{ class.access_code }}).
Student Name |
---|
{{ currentstudent.new_user.first_name }} |
The new external student {{ student.new_user.username }} is joining the class {{ class.name }} ({{ class.access_code }}) in which there are currently no other students.
{% endif %}Please confirm the name of the new external student joining your class. Their name will be used in their new login details, so please ensure it is different from any other existing student in the class.