<%inherit file="/main.html" /> <%namespace name='static' file='/static_content.html'/> <%! from django.utils.translation import ugettext as _ from django.core.urlresolvers import reverse %> <%block name="pagetitle">${_("CCX Coach Dashboard")} <%block name="nav_skip">#ccx-coach-dashboard-content <%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'/> <%include file="/courseware/course_navigation.html" args="active_page='ccx_coach'" />

${_("CCX Coach Dashboard")}

% if messages:
    % for message in messages: % if message.tags:
  • ${message}
  • % else:
  • ${message}
  • % endif % endfor
% endif %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