{% extends "domain_base.html" %} {% block domain_content %}
{{ _('Paste one student per line as «display name, student id, group». Student id and group are optional. A username and a temporary password are generated for each one; download the CSV to hand them out on the first day.') }}
{{ _('The temporary passwords are only shown here and in the CSV. Keep the file safe and ask students to change it.') }}
{% endif %}| {{ _('Name') }} | {{ _('Username') }} | {% if created %}{{ _('Password') }} | {% endif %}{{ _('Email') }} | {{ _('Student ID') }} | {{ _('Group') }} | {% if created %}{{ _('Status') }} | {% endif %}
|---|---|---|---|---|---|---|
| {{ p.displayName }} | {{ p.username }} | {% if created %}{{ p.password }} | {% endif %}
{{ p.email }} | {{ p.studentId }} | {{ p.group }} | {% if created %}{% if p.uid %}UID {{ p.uid }} {% else %}{{ p.error }}{% endif %} | {% endif %}