${_("Course Start Date")}


${course_release_date}

${_("Course Pacing")}


% if context_course.self_paced:

${_("Self-Paced")}

% else:

${_("Instructor-Paced")}

% endif
% if should_show_checklists_page(request.user):
<%static:studiofrontend entry="courseOutlineHealthCheck"> { "lang": "${language_code | n, js_escaped_string}", "course": { "id": "${context_course.id | n, js_escaped_string}", "name": "${context_course.display_name_with_default | n, js_escaped_string}", "course_release_date": "${course_release_date | n, js_escaped_string}", "is_course_self_paced": ${context_course.self_paced | n, dump_js_escaped_json}, "url_name": "${context_course.location.name | n, js_escaped_string}", "org": "${context_course.location.org | n, js_escaped_string}", "num": "${context_course.location.course | n, js_escaped_string}", "display_course_number": "${context_course.display_coursenumber | n, js_escaped_string}", "revision": "${context_course.location.revision | n, js_escaped_string}" }, "help_tokens": { "files": "${get_online_help_info(online_help_token())['doc_url'] | n, js_escaped_string}" }, "enable_quality": ${should_show_checklists_quality(request.user, context_course.id) | n, dump_js_escaped_json} }
% endif
<% course_locator = context_course.location %>

${_("Course Outline")}

${_("Loading")}