${_("Course Pacing:")}
% if context_course.self_paced:${_("Self-Paced")}
% else:${_("Instructor-Paced")}
% endif${_("Course Outline")}
${_("Loading")}
%inherit file="base.html" /> <%def name="online_help_token()"><% return "outline" %>%def> <%! import logging from util.date_utils import get_default_time_display from django.utils.translation import ugettext as _ from openedx.core.lib.js_utils import escape_json_dumps from contentstore.utils import reverse_usage_url from microsite_configuration import microsite from openedx.core.djangoapps.self_paced.models import SelfPacedConfiguration %> <%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(${escape_json_dumps(course_structure) | n}, ${escape_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', 'verification-access-editor', 'timed-examination-preference-editor', 'settings-tab-section']: % 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="" )}
${_("Self-Paced")}
% else:${_("Instructor-Paced")}
% endif${_("Loading")}