>>>>>>> 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.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 display_coursenumber and display_organization fields on the CourseModule, with some property accessors. Update LMS/CMS pages to use those display strings as appropraite.
>>>>>>> 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.
<pclass="message-copy"><strong>Your registration for the Pearson exam has been rejected. Please <ahref="${testcenter_register_target}"id="exam_register_link">see your registration status details</a></strong>. Otherwise <aclass="contact-link"href="mailto:exam-help@edx.org?subject=Pearson VUE Exam - ${get_course_about_section(course, 'university')} ${course.display_number_with_default}">contact edX at exam-help@edx.org</a> for further help.</p>
>>>>>>> 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.
=======
<pclass="message-copy"><strong>Your registration for the Pearson exam has been rejected. Please <ahref="${testcenter_register_target}"id="exam_register_link">see your registration status details</a></strong>. Otherwise <aclass="contact-link"href="mailto:exam-help@edx.org?subject=Pearson VUE Exam - ${get_course_about_section(course, 'university')} ${course.display_number_with_default | h}">contact edX at exam-help@edx.org</a> for further help.</p>
>>>>>>> add escaping
</div>
% endif
% if not registration.is_accepted and not registration.is_rejected:
<%blockname="title"><title>${_("{course_number} Flagged Open Ended Problems").format(course_number=course.display_number_with_default)}</title></%block>
=======
<%blockname="title"><title>${course.display_number_with_default | h} Flagged Open Ended Problems</title></%block>