<%page args="section_data"/>

Course Information

Course Name: ${ section_data['course_display_name'] }
Course ID: ${ section_data['course_id'] }
Students Enrolled: ${ section_data['enrollment_count'] }
Started: ${ section_data['has_started'] }
Ended: ${ section_data['has_ended'] }
Grade Cutoffs: ${ section_data['grade_cutoffs'] }
##
## Offline Grades Available: ## ${ section_data['offline_grades'] } ##
%if len(section_data['course_errors']):

Course Warnings:

%for error in section_data['course_errors']:
${ error[0] }
${ error[1] }
%endfor
%endif