{% extends 'portal/teach/base_registering.html' %} {% load staticfiles %} {% load app_tags %} {% block dashboard %} School / Club {% endblock dashboard %} {% block css %} {{ block.super }} {% endblock css %} {% block scripts %} {{ block.super }} {% endblock scripts %} {% block pageID %}id="homeWrapper"{% endblock %} {% if not onboarding_done %} {% block createJoinSchoolStep %}

Step doneCreate / Join school

{% endblock createJoinSchoolStep %} {% block createClassStep %}

Step doneCreate class

{% endblock createClassStep %} {% block addStudentsStep %}

Step doneAdd students

{% endblock addStudentsStep %} {% block printStudentCardsStep %}

Step in progressPrint student IDs

{% endblock printStudentCardsStep %} {% endif %} {% block content %} {{ block.super }}
{% if onboarding_done %}
{% else %}
{% endif %}

{{ user.new_teacher.school.name }}

{% if passwords_reset %}

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

The following students have had their passwords reset:


{% else %}

New students created in class: {{ class.name }} ({{ class.access_code }})

The following students have been created for your class. When they log in for the first time, you may want students to change their passwords to something more memorable. You will be able to reset these students’ passwords at any time.


{% endif %}

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 %}
{% if onboarding_done %} Back to class {% else %} Finish setup {% endif %}
{% endblock content %}