${_("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 ).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, 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 edX")}

${_( '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 {manager}.').format( manager='{pm}'.format( ## Translators: This is a job title program_manager=_("Program Manager"), ## Translators: This is an abbreviation for "Program Manager", which is a job title pm=_("PM"), ) )}

% 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. ${_("Last day students can enroll")}
    ${_("(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 {manager}.').format( manager='{pm}'.format( ## Translators: This is a job title program_manager=_("Program Manager"), ## Translators: This is an abbreviation for "Program Manager", which is a job title pm=_("PM"), ) )}

% endif

${_("Introducing Your Course")}

${_("Information for prospective students")}
    % if short_description_editable:
  1. ${_("Appears on the course catalog page when students roll over the course name. Limit to ~150 characters")}
  2. % endif % if about_page_editable:
  3. <%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()}
  4. % endif
  5. % 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
    ${_("Please provide a valid path and name to your course image (Note: only JPEG or PNG format supported)")}
  6. % if about_page_editable:
  7. ${_("Enter your YouTube video's ID (along with any restriction parameters)")}
  8. % endif
% if about_page_editable:

${_("Requirements")}

${_("Expectations of the students taking this course")}
  1. ${_("Time spent on all course work")}
% endif