%! from django.utils.translation import ugettext as _ %>
<%inherit file="/main.html" />
<%namespace name='static' file='/static_content.html'/>
<%block name="bodyclass">courseware ${course.css_class}%block>
<%block name="title">
${_("{course_number} Courseware").format(course_number=course.display_number_with_default) | h}%block>
<%block name="headextra">
<%static:css group='style-course-vendor'/>
<%static:css group='style-course'/>
<%include file="../discussion/_js_head_dependencies.html" />
% if show_chat:
## It'd be better to have this in a place like lms/css/vendor/candy,
## but the candy_res/ folder contains images and other junk, and it
## all needs to stay together for the Candy.js plugin to work.
% endif
${fragment.head_html()}
%block>
<%block name="js_extra">
## codemirror
## alternate codemirror
##
##
##
<%static:js group='courseware'/>
<%static:js group='discussion'/>
<%include file="../discussion/_js_body_dependencies.html" />
% if staff_access:
<%include file="xqa_interface.html"/>
% endif
% if timer_expiration_duration:
% endif
% if show_chat:
% endif
${fragment.foot_html()}
%block>
% if timer_expiration_duration: