${_("Basic Information")}

${_("The nuts and bolts of your course")}

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

% 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 PM or Conrad Warre (conrad@edx.org).')}

% endif

${_('Course Schedule')}

${_('Dates that control when your course can be viewed.')}
  1. ${_("First day the course begins")}
  2. ${_("Last day your course is active")}
% if about_page_editable:
  1. ${_("First day students can enroll")}
  2. ${_("Last day students can enroll")}
% endif % 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 PM or Conrad Warre (conrad@edx.org).')}

% endif

% if about_page_editable:

${_("Introducing Your Course")}

${_("Information for prospective students")}
  1. <%def name='overview_text()'><% a_link_start = '' + _("your course summary page") + '' a_link = a_link_start + utils.get_lms_link_for_about_page(course_location) + a_link_end text = _("Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)") % a_link %>${text} ${overview_text()}
  2. ${_("Enter your YouTube video's ID (along with any restriction parameters)")}

${_("Requirements")}

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