{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Section 1. Course {{ player.round_number }} of the most recent {% if num_class >= Constants.num_rounds %} {{Constants.num_rounds}} {% else %} {{ num_class }} {% endif %} course(s).
{% endblock %} {% block content %}Under which department was the course listed?
{% formfields %} {% next_button %} {% endblock %}