<%! 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 from student.models import get_testcenter_registrations_for_user_and_course %> <%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/> <%block name="title">Pearson VUE Test Center Proctoring - Sign Up <%block name="js_extra">

${get_course_about_section(course, 'university')} ${course.number} ${course.title}

% if registration:

Your Pearson VUE Proctored Exam Registration

% else:

Register for a Pearson VUE Proctored Exam

% endif

Your registration data has been updated and saved.

% if registration:

Please complete the following form 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:

Fields below this point are not part of the demographics, and are not editable currently.

% else:

Fields below this point are not part of the demographics, and cannot be changed once submitted.

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