-
- ## set width dynamically depending upon whether course has a start date to ensure spacing looks good - % if course_release_date == 'Set Date': -
- % else: -
- % endif - <%static:studiofrontend entry="courseOutlineHealthCheck"> - <% - course_key = context_course.id - %> - { - "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.block_id | 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.branch | 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(context_course.id) | n, dump_js_escaped_json}, - "links": { - "settings": ${reverse('settings_handler', kwargs={'course_key_string': str(course_key)})| n, dump_js_escaped_json} - } - } - -
-
-
-
-
-
- <% - course_locator = context_course.location - assets_url = reverse('assets_handler', kwargs={'course_key_string': str(course_locator.course_key)}) - %> -

${_("Course Outline")}

-
-
-
-
-

${_("Loading")}

-
-