%! from django.utils.translation import ugettext as _ %>
<%! from django.core.urlresolvers import reverse %>
<%inherit file="/main.html" />
<%namespace name='static' file='/static_content.html'/>
<%block name="pagetitle">${_("CCX Coach Dashboard")}%block>
<%block name="nav_skip">#ccx-coach-dashboard-content%block>
<%block name="headextra">
<%static:css group='style-course-vendor'/>
<%static:css group='style-vendor-tinymce-content'/>
<%static:css group='style-vendor-tinymce-skin'/>
<%static:css group='style-course'/>
%block>
<%include file="/courseware/course_navigation.html" args="active_page='ccx_coach'" />
${_("CCX Coach Dashboard")}
%if not ccx:
%endif
%if ccx:
<%include file="enrollment.html" args="" />
<%include file="schedule.html" args="" />
<%include file="student_admin.html" args="" />
<%include file="grading_policy.html" args="" />
%endif