<p>${_("To register for a Verified Certificate of Achievement option, you will need a webcam, a credit or debit card, and an ID.")}</p>
</div>
%if upgrade:
<divclass="copy">
<p>${_("To upgrade your registration and work towards a Verified Certificate of Achievement, you will need a webcam, a credit or debit card, and an ID.")}</p>
</div>
%else:
<divclass="copy">
<p>${_("To register for a Verified Certificate of Achievement option, you will need a webcam, a credit or debit card, and an ID.")}</p>
</div>
%endif
<h3class="title">${_("What is an ID Verified Certificate?")}</h3>
<pclass="message-copy">${_("Take this course as an ID-verified student.")}</p>
</div>
<divclass="wrapper-extended">
<pclass="message-copy">${_("You can still sign up for an ID verified certificate for this course. If you plan to complete the whole course, it is a great way to recognize your achievement. {a_start}Learn more about verified certificates{a_end}.").format(a_start='<ahref="{}">'.format(marketing_link('WHAT_IS_VERIFIED_CERT')), a_end="</a>")}</p>
<p>${_("You can always {a_start} audit the course for free {a_end} without verifying.").format(a_start='<arel="external"href="/course_modes/choose/' + course_id + '">', a_end="</a>")}</p>
</div>
%if upgrade:
<h3class="title">${_("Change your mind?")}</h3>
<divclass="copy">
<p>${_("You can always continue to audit the course without verifying.")}</p>
</div>
%else:
<h3class="title">${_("Change your mind?")}</h3>
<divclass="copy">
<p>${_("You can always {a_start} audit the course for free {a_end} without verifying.").format(a_start='<arel="external"href="/course_modes/choose/' + course_id + '">', a_end="</a>")}</p>
<p>${_("Please make sure your browser is updated to the {strong_start}{a_start}most recent version possible{a_end}{strong_end}. Also, please make sure your {strong_start}web cam is plugged in, turned on, and allowed to function in your web browser (commonly adjustable in your browser settings).{strong_end}").format(a_start='<arel="external"href="http://browsehappy.com/">', a_end="</a>", strong_start="<strong>", strong_end="</strong>")}</p>
<dtclass="faq-question">${_("What do you do with this picture?")}</dt>
<ddclass="faq-answer">${_("We only use it to verify your identity. It is not displayed anywhere.")}</dd>
<dtclass="faq-question">${_("What if my camera isn't working?")}</dt>
<ddclass="faq-answer">${_("You can always {a_start} audit the course for free {a_end} without verifying.").format(a_start='<arel="external"href="/course_modes/choose/' + course_id + '">', a_end="</a>")}</dd>
%if upgrade:
<ddclass="faq-answer">${_("You can always continue to audit the course without verifying.")}</dd>
%else:
<ddclass="faq-answer">${_("You can always {a_start} audit the course for free {a_end} without verifying.").format(a_start='<arel="external"href="/course_modes/choose/' + course_id + '">', a_end="</a>")}</dd>
<spanclass="help help-inline">${_("Missing something? You can always {a_start} audit this course instead {a_end}").format(a_start='<ahref="/course_modes/choose/' + course_id + '">', a_end="</a>")}</span>
%if upgrade:
<spanclass="help help-inline">${_("Missing something? You can always continue to audit this course instead.")}</span>
%else:
<spanclass="help help-inline">${_("Missing something? You can always {a_start} audit this course instead {a_end}").format(a_start='<ahref="/course_modes/choose/' + course_id + '">', a_end="</a>")}</span>
%endif
<olclass="wizard-steps">
<liclass="wizard-step">
<aclass="next action-primary ${"disabled"ifis_not_activeelse""}"id="face_next_button"href="${reverse('verify_student_verify', kwargs={'course_id': course_id})}">${_("Go to Step 1: Take my Photo")}</a>
<aclass="next action-primary ${"disabled"ifis_not_activeelse""}"id="face_next_button"href="${reverse('verify_student_verify', kwargs={'course_id': course_id})}?upgrade=${upgrade}">${_("Go to Step 1: Take my Photo")}</a>