${_("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 from microsite_configuration import microsite %> <%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.")}
${_("You must delete or replace the following components.")}
${_("To avoid errors, {platform_name} strongly recommends that you remove unsupported features from the course advanced settings. To do this, go to the {link_start}Advanced Settings page{link_end}, locate the \"Advanced Module List\" setting, and then delete the following modules from the list.").format( platform_name=platform_name, link_start=''.format(advance_settings_url=deprecated_blocks_info['advance_settings_url']), link_end="" )}