{{ section }}
-
{% if perms.courseinfo.change_section %}
- Edit Section {% endif %} {% if perms.courseinfo.delete_section %}
- Delete Section {% endif %}
Course: | {{ course }} |
---|---|
Section Name: | {{ section.section_name }} |
Semester: | {{ semester }} |
Instructor: | {{ instructor }} |
Registrations
-
{% for registration in registration_list %}
- {{ registration.student }} {% empty %}
- There are currently no students registered for this section. {% endfor %}