>>>>>>> add display_coursenumber and display_organization fields on the CourseModule, with some property accessors. Update LMS/CMS pages to use those display strings as appropraite.
<spanclass="register disabled">${_("You are registered for this course {course.number}").format(course=course)}</span>
=======
<spanclass="register disabled">You are registered for this course (${course.display_number_with_default})</span>
>>>>>>> add display_coursenumber and display_organization fields on the CourseModule, with some property accessors. Update LMS/CMS pages to use those display strings as appropraite.
<spanclass="register disabled">${_("You are registered for this course {course.display_number_with_default}").
%if show_courseware_link:
<strong>${_("View Courseware")}</strong>
</a>
%endif
%else:
<<<<<<<HEAD
<<<<<<<HEAD
<ahref="#"class="register">${_("Register for {course.number}").format(course=course)}</a>
=======
<ahref="#"class="register">Register for ${course.display_number_with_default}</a>
>>>>>>> add display_coursenumber and display_organization fields on the CourseModule, with some property accessors. Update LMS/CMS pages to use those display strings as appropraite.
=======
<ahref="#"class="register">Register for ${course.display_number_with_default | h}</a>
>>>>>>> add escaping
<ahref="#"class="register">${_("Register for {course.display_number_with_default}").format(course=course)}</a>
>>>>>>> add display_coursenumber and display_organization fields on the CourseModule, with some property accessors. Update LMS/CMS pages to use those display strings as appropraite.
## We plan to ditch end_date (which is not stored in course metadata),
## but for backwards compatibility, show about/end_date blob if it exists.