{% extends 'courseinfo/base.html' %} {% block title %} Section - {{ section }} {% endblock %} {% block content %}

{{ section }}

Course: {{ course }}
Section Name: {{ section.section_name }}
Semester: {{ semester }}
Instructor: {{ instructor }}

Registrations

{% endblock %}