${_("Basic Information")}

${_("The nuts and bolts of your course")}
% if about_page_editable:

${_("Course Summary Page")} ${_("(for student enrollment and access)")}

<% link_for_about_page = ("https:" if is_secure else "http:") + lms_link_for_about_page %>

${link_for_about_page}

  • <% email_subject = urllib.quote(_("Enroll in {course_display_name}").format( course_display_name = context_course.display_name_with_default_escaped ).encode("utf-8")) email_body = urllib.quote(_('The course "{course_display_name}", provided by {platform_name}, is open for enrollment. Please navigate to this course at {link_for_about_page} to enroll.').format( course_display_name = context_course.display_name_with_default_escaped, platform_name = settings.PLATFORM_NAME, link_for_about_page = link_for_about_page ).encode("utf-8")) %> ${_("Invite your students")}
% endif % if not about_page_editable:

${_("Promoting Your Course with {platform_name}").format(platform_name=settings.PLATFORM_NAME)}

${_( 'Your course summary page will not be viewable until your course ' 'has been announced. To provide content for the page and preview ' 'it, follow the instructions provided by your Program Manager.')}

% endif

% if credit_eligibility_enabled and is_credit_course:

${_("Course Credit Requirements")}

${_("Steps required to earn course credit")}
A requirement appears in this list when you publish the unit that contains the requirement. % if credit_requirements:
    % if 'grade' in credit_requirements:
  1. % for requirement in credit_requirements['grade']: % endfor
  2. % endif % if 'proctored_exam' in credit_requirements:
  3. % for requirement in credit_requirements['proctored_exam']: % endfor
  4. % endif % if 'reverification' in credit_requirements:
  5. % for requirement in credit_requirements['reverification']: % endfor
  6. % endif
% else:

No credit requirements found.

% endif

% endif

${_('Course Schedule')}

${_('Dates that control when your course can be viewed')}
  1. ${_("First day the course begins")}
    ${_("(UTC)")}
  2. ${_("Last day your course is active")}
    ${_("(UTC)")}
  1. ${_("First day students can enroll")}
    ${_("(UTC)")}
  2. <% enrollment_end_readonly = "readonly aria-readonly=\"true\"" if not enrollment_end_editable else "" enrollment_end_editable_class = "is-not-editable" if not enrollment_end_editable else "" %>
  3. ${_("Last day students can enroll.")} % if not enrollment_end_editable: ${_("Contact your edX Partner Manager to update these settings.")} % endif
    ${_("(UTC)")}
% if not about_page_editable:

${_("These Dates Are Not Used When Promoting Your Course")}

${_( 'These dates impact when your courseware can be viewed, ' 'but they are not the dates shown on your course summary page. ' 'To provide the course start and registration dates as shown on your course ' 'summary page, follow the instructions provided by your Program Manager.' )}

% endif
% if about_page_editable:

${_('Course Details')}

${_('Provide useful information about your course')}
  1. ${_("Identify the course language here. This is used to assist users find courses that are taught in a specific language.")}
% endif

${_("Introducing Your Course")}

${_("Information for prospective students")}
    % if enable_extended_course_details:
  1. ${_("Displayed as hero image overlay on the course details page. Limit to 50 characters.")}
  2. ${_("Displayed as hero image overlay on the course details page below the Course Title in a smaller font. Limit to 150 characters.")}
  3. ${_("Displayed on the course details page below the hero image. Limit to 50 characters.")}
  4. ${_("Displayed on the course details page. Limit to 1000 characters.")}
  5. % endif % if short_description_editable:
  6. ${_("Appears on the course catalog page when students roll over the course name. Limit to ~150 characters")}
  7. % endif % if about_page_editable:
  8. <%def name='overview_text()'><% a_link_start = '' + _("your course summary page") + '' a_link = a_link_start + lms_link_for_about_page + a_link_end text = _("Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)") % a_link %>${text} ${overview_text()}
  9. % endif
  10. % if context_course.course_image: ${_('Course Image')} ${_("You can manage this image along with all of your other files & uploads").format(upload_asset_url)} % else: ${_('Course Image')} ${_("Your course currently does not have an image. Please upload one (JPEG or PNG format, and minimum suggested dimensions are 375px wide by 200px tall)")} % endif
    ## Translators: This is the placeholder text for a field that requests the URL for a course image ${_("Please provide a valid path and name to your course image (Note: only JPEG or PNG format supported)")}
  11. % if about_page_editable:
  12. ## Translators: This is the placeholder text for a field that requests a YouTube video ID for a course video ${_("Enter your YouTube video's ID (along with any restriction parameters)")}
  13. % endif
% if about_page_editable or is_prerequisite_courses_enabled or is_entrance_exams_enabled:

${_("Requirements")}

${_("Expectations of the students taking this course")}
    % if about_page_editable:
  1. ${_("Time spent on all course work")}
  2. % endif % if is_prerequisite_courses_enabled:
  3. ${_("Course that students must complete before beginning this course")}
  4. % endif % if is_entrance_exams_enabled:
  5. ${_("Entrance Exam")}

  6. % endif
% endif % if self_paced_enabled:

${_("Course Pacing")}

${_("Set the pacing for this course")}
  1. ${_("Instructor-paced courses progress at the pace that the course author sets. You can configure release dates for course content and due dates for assignments.")}
  2. ${_("Self-paced courses do not have release dates for course content or due dates for assignments. Learners can complete course material at any time before the course end date.")}
% endif % if settings.FEATURES.get("LICENSING", False):

${_("Course Content License")}

## Translators: At the course settings, the editor is able to select the default course content license. ## The course content will have this license set, some assets can override the license with their own. ## In the form, the license selector for course content is described using the following string: ${_("Select the default license for course content")}
% endif