<%page expression_filter="h"/> <%inherit file="base.html" /> <%def name="online_help_token()"><% return "course_rerun" %> <%! from django.utils.translation import ugettext as _ from django.core.urlresolvers import reverse from openedx.core.djangolib.js_utils import js_escaped_string %> <%block name="title">${_("Create a Course Rerun of:")} <%block name="bodyclass">is-signedin view-course-create view-course-create-rerun <%block name="jsextra"> <%block name="requirejs"> require(["js/factories/course_create_rerun"], function (CourseCreateRerunFactory) { CourseCreateRerunFactory(); }); <%block name="content">

${_("Create a re-run of a course")}

${_("You are creating a re-run from:")} ${source_course_key.org} ${source_course_key.course} ${source_course_key.run} ${display_name}

${_("Provide identifying information for this re-run of the course. The original course is not affected in any way by a re-run.")} ${_("Note: Together, the organization, course number, and course run must uniquely identify this new course instance.")}

${_("Required Information to Create a re-run of a course")}
  1. ${_("The public display name for the new course. (This name is often the same as the original course name.)")}
  2. ${_("The name of the organization sponsoring the new course. (This name is often the same as the original organization name.)")} ${_("Note: No spaces or special characters are allowed.")}
  3. ${_("The unique number that identifies the new course within the organization. (This number is often the same as the original course number.)")} ${_("Note: No spaces or special characters are allowed.")}
    ${_("The term in which the new course will run. (This value is often different than the original course run value.)")} ${_("Note: No spaces or special characters are allowed.")}