%! 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">${_("POC Coach Dashboard")}%block>
<%block name="nav_skip">#poc-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='poc_coach'" />
${_("POC Coach Dashboard")}
%if not poc:
%endif
%if poc:
<%include file="enrollment.html" args="" />
<%include file="schedule.html" args="" />
<%include file="student_admin.html" args="" />
<%include file="grading_policy.html" args="" />
%endif