{{ student }}
-
{% if perms.courseinfo.change_student %}
- Edit Student {% endif %} {% if perms.courseinfo.delete_student %} Delete Student {% endif %}
First Name: | {{ student.first_name }} |
---|---|
Last Name: | {{ student.last_name }} |
Disambiguator: | {{ student.disambiguator }} |
Registrations
-
{% for registration in registration_list %}
- {{ registration.section }} {% empty %}
- This student is not currently registered for any sections. {% endfor %}