{% extends "pilot/base.html" %} {% block content %}

Select a PILOT section below

Take a look at the Course and PILOT sections below and select the PILOT section you would like to register for. Note that some sections are specific to the course section you are enrolled in.

{% csrf_token %}
{%for course, sections in courses.items%} {{ course.name }}
{%for section, offerings in sections.items%}

{{ section.instructors }}, {{section.meeting_section}}

{%for offering in offerings%} {% if offering.enrolment >= offering.size %}
{% else %}
{% endif %} {%endfor%}
{%endfor%}
{%endfor%}

*Sections in RED are FULL. Selecting these sections automatically puts you on the waitlist.*

{% endblock content %}