{% extends 'portal/teach/base.html' %} {% load static %} {% block nav_teacher_classes %}Classes{% endblock nav_teacher_classes %} {% block content %}

Classes


Students' passwords reset for class {{ class.name }} ({{ class.access_code }})


The following students have had their passwords reset.

You should save and print these passwords for your records as you will not be able to access them again. Also, please print the reminder cards to give to your students.

The Class Access Code for this class is: {{ class.access_code }}

{% for name_token in name_tokens %} {% endfor %}
Name Password
{{ name_token.name }} {{ name_token.password }}


{% csrf_token %}
{% endblock %}