{{ 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 }} |
Sections
-
{% for section in section_list %}
- {{ section }} {% empty %}
- This student is not currently registered for any sections. {% endfor %}