${_("Course Outline")}
${_("Loading...")}
%inherit file="base.html" /> <%def name="online_help_token()"><% return "outline" %>%def> <%! import json import logging from util.date_utils import get_default_time_display from django.utils.translation import ugettext as _ from contentstore.utils import reverse_usage_url %> <%block name="title">${_("Course Outline")}%block> <%block name="bodyclass">is-signedin course view-outline%block> <%namespace name='static' file='static_content.html'/> <%block name="requirejs"> require(["js/factories/outline"], function (OutlineFactory) { OutlineFactory(${json.dumps(course_structure) | n}, ${json.dumps(initial_state) | n}); }); %block> <%block name="header_extras"> % for template_name in ['course-outline', 'xblock-string-field-editor', 'basic-modal', 'modal-button', 'course-outline-modal', 'due-date-editor', 'release-date-editor', 'grading-editor', 'publish-editor', 'staff-lock-editor']: % endfor %block> <%block name="page_alert"> %if notification_dismiss_url is not None:
${_("No course content is currently visible, and no students are enrolled. Be sure to review and reset all dates, including the Course Start Date; set up the course team; review course updates and other assets for dated material; and seed the discussions and wiki.")}