{{ instructor }}
-
{% if perms.courseinfo.change_instructor %}
- Edit Instructor {% endif %} {% if perms.courseinfo.delete_instructor %}
- Delete Instructor {% endif %}
First Name: | {{ instructor.first_name }} |
---|---|
Last Name: | {{ instructor.last_name }} |
Sections
-
{% for section in section_list %}
- {{ section }} {% empty %}
- There are currently no sections for this instructor. {% endfor %}