<ahref="${testcenter_register_target}"class="button exam-button"id="exam_register_button">${_("Register for Pearson exam")}</a>
<pclass="message-copy">${_("Registration for the Pearson exam is now open and will close on {end_date}").format(end_date="<strong>{}</strong>".format(testcenter_exam_info.registration_end_date_text))}</p>
</div>
% endif
<!-- display a registration for a current exam, even if the registration period is over -->
% if not registration.is_accepted and not registration.is_rejected:
<divclass="message message-status is-shown">
<pclass="message-copy"><strong>${_("Your {link_start}registration for the Pearson exam{link_end} is pending.").format(link_start='<ahref="{url}"id="exam_register_link">'.format(url=testcenter_register_target), link_end='</a>')}</strong>
${_("Within a few days, you should see a confirmation number here, which can be used to schedule your exam.")}
${_("Your certificate is being held pending confirmation that the issuance of your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, Syria and Sudan. If you think our system has mistakenly identified you as being connected with one of those countries, please let us know by contacting {email}.").format(email='<aclass="contact-link"href="mailto:{email}">{email}</a>.'.format(email=settings.CONTACT_EMAIL))}
</p>
% endif
</p>
% endif
% if cert_status['show_disabled_download_button'] or cert_status['show_download_url'] or cert_status['show_survey_button']:
<ulclass="actions">
% if cert_status['show_disabled_download_button']:
<liclass="action"><spanclass="disabled">
${_("Your Certificate is Generating")}</span></li>
% if settings.MITX_FEATURES['ENABLE_INSTRUCTOR_EMAIL'] and modulestore().get_modulestore_type(course.id) == MONGO_MODULESTORE_TYPE:
<!-- Only show the Email Settings link/modal if this course has bulk email feature enabled -->
<ahref="#email-settings-modal"class="email-settings"rel="leanModal"data-course-id="${course.id}"data-course-number="${course.number}"data-optout="${course.id in course_optouts}">${_('Email Settings')}</a>
${_("Your certificate is being held pending confirmation that the issuance of your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, Syria and Sudan. If you think our system has mistakenly identified you as being connected with one of those countries, please let us know by contacting {email}.").format(email='<aclass="contact-link"href="mailto:{email}">{email}</a>.'.format(email=settings.CONTACT_EMAIL))}
</p>
% endif
</p>
% endif
% if cert_status['show_disabled_download_button'] or cert_status['show_download_url'] or cert_status['show_survey_button']:
<ulclass="actions">
% if cert_status['show_disabled_download_button']:
<liclass="action"><spanclass="disabled">
${_("Your Certificate is Generating")}</span></li>
<ahref="#email-settings-modal"class="email-settings"rel="leanModal"data-course-id="${course.id}"data-course-number="${course.number}"data-optout="${course.id in course_optouts}">${_('Email Settings')}</a>