{% extends "admin_base.html" %} {% load i18n %} {% load floppyforms %} {% block extrahead %} {{ form.media }} {% load static from staticfiles %} {% endblock %} {% block nav_page_specific %}{% if not is_popup %} {% endif %}{% endblock %} {% block content %}

Enroll Students

{% csrf_token %} {{ form.errors }}

Select an entire cohort

{{ form.cohorts }}

Or select individual students

{{ form.students }}
{% endblock %}