<%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse from courseware.courses import course_image_url, get_course_about_section from courseware.access import has_access from certificates.models import CertificateStatuses %> <%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/> <%block name="title">${_('Pearson VUE Test Center Proctoring - Registration')} <%block name="js_extra">

${get_course_about_section(course, 'university')} ${course.display_number_with_default | h} ${course.display_name_with_default | h}

% if registration:

${_('Your Pearson VUE Proctored Exam Registration')}

% else:

${_('Register for a Pearson VUE Proctored Exam')}

% endif
<% exam_help_href = "mailto:exam-help@edx.org?subject=Pearson VUE Exam - " + get_course_about_section(course, 'university') + " - " + course.number %> % if registration: % if registration.is_accepted:

${_('Your registration for the Pearson exam has been processed')}

${_("Your registration number is {reg_number}. " "(Write this down! You\'ll need it to schedule your exam.)").format(reg_number=registration.client_candidate_id)}

${_('Schedule Pearson exam')}
% endif % if registration.demographics_is_rejected:

${_('Your demographic information contained an error and was rejected')}

${_('Please check the information you provided, and correct the errors noted below.')}

% endif % if registration.registration_is_rejected:

${_('Your registration for the Pearson exam has been rejected')}

${_('Please see your registration status details for more information.')}

% endif % if registration.is_pending:

${_('Your registration for the Pearson exam is pending')}

${_('Once your information is processed, it will be forwarded to Pearson and you will be able to schedule an exam.')}

% endif % endif
% if exam_info.is_registering():
% else:

${_('Registration for this Pearson exam is closed')}

${_('Your previous information is available below, however you may not edit any of the information.')}

% endif % if registration:

${_('Please use the following form if you need to update your demographic information used in your Pearson VUE Proctored Exam. Required fields are noted by bold text and an asterisk (*)')}.

% else:

${_('Please provide the following demographic information to register for a Pearson VUE Proctored Exam. Required fields are noted by bold text and an asterisk (*)')}.

% endif
% if registration: % if registration.accommodation_request and len(registration.accommodation_request) > 0:
% endif % else:
% endif % if registration: % if registration.accommodation_request and len(registration.accommodation_request) > 0:

${_('Note: Your previous accommodation request below needs to be reviewed in detail and will add a significant delay to your registration process.')}

% endif % else:

${_('Note: Accommodation requests are not part of your demographic information, and cannot be changed once submitted. Accommodation requests, which are reviewed on a case-by-case basis, will add significant delay to the registration process.')}

% endif
    % if registration: % if registration.accommodation_request and len(registration.accommodation_request) > 0: % endif % else:
  1. % endif
% if registration: ${_('Cancel Update')} % else: ${_('Cancel Registration')} % endif

    % if registration: % if registration.accommodation_request and len(registration.accommodation_request) > 0: % endif % else: ${_('Special (ADA) Accommodations')} % endif