${_("Course Pacing:")}
% if context_course.self_paced:${_("Self-Paced")}
% else:${_("Instructor-Paced")}
% endif${_("Course Outline")}
${_("Loading")}
%page expression_filter="h"/> <%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.djangolib.js_utils import dump_js_escaped_json from contentstore.utils import reverse_usage_url from openedx.core.djangoapps.self_paced.models import SelfPacedConfiguration from openedx.core.djangolib.markup import Text, HTML %> <%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( ${course_structure | n, dump_js_escaped_json}, ${initial_state | n, dump_js_escaped_json} ); }); %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', 'access-editor', 'settings-modal-tabs']: % 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.")}
${Text(_("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=static.get_platform_name(), link_start=HTML('').format(advance_settings_url=deprecated_blocks_info['advance_settings_url']), link_end=HTML("") )}
${_("Self-Paced")}
% else:${_("Instructor-Paced")}
% endif${_("Loading")}