<h4class="title">${_("Certificate of Achievement (ID Verified)")}</h4>
%else:
<h4class="title">${verified_name}</h4>
%endif
%if verified_name == "Verified Certificate":
%if upgrade:
<divclass="copy">
<p>${_("Upgrade and work toward a verified Certificate of Achievement.")}</p>
</div>
%else:
<divclass="copy">
<p>${_("Sign up and work toward a verified Certificate of Achievement.")}</p>
</div>
%endif
%else:
<divclass="copy">
<p>${verified_description}</p>
</div>
%endif
</div>
<divclass="field field-certificate-contribution">
<h5class="label">${_("Select your contribution for this course (min. $")} ${min_price} <spanclass="denomination-name">${currency}</span>${_("):")}</h5>
<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>
<divclass="copy">
<p>${_("An ID Verified Certificate requires proof of your identity through your photo and ID and is checked throughout the course to verify that it is you who earned the passing grade.")}</p>
<p>${_("Audit this course for free and have complete access to all the course material, activities, tests, and forums. If your work is satisfactory and you abide by the Honor Code, you'll receive a personalized Honor Code Certificate to showcase your achievement.")}</p>
<h4class="title">${_("Pursue a Verified Certificate")}</h4>
<h4class="title">${_("Pursue a Verified Certificate")}</h4>
%if upgrade:
% if upgrade:
<divclass="copy">
<divclass="copy">
<p>${_("Plan to use your completed coursework for job applications, career advancement, or school applications? Upgrade to work toward a Verified Certificate of Achievement to document your accomplishment. A minimum fee applies.")}</p>
<p>${_("Plan to use your completed coursework for job applications, career advancement, or school applications? Upgrade to work toward a Verified Certificate of Achievement to document your accomplishment. A minimum fee applies.")}</p>
</div>
</div>
%else:
% else:
<divclass="copy">
<divclass="copy">
<p>${_("Plan to use your completed coursework for job applications, career advancement, or school applications? Then work toward a Verified Certificate of Achievement to document your accomplishment. A minimum fee applies.")}</p>
<p>${_("Plan to use your completed coursework for job applications, career advancement, or school applications? Then work toward a Verified Certificate of Achievement to document your accomplishment. A minimum fee applies.")}</p>
</div>
</div>
%endif
% endif
</div>
</div>
<divclass="field field-certificate-contribution">
<divclass="field field-certificate-contribution">
<h5class="label">${_("Select your contribution for this course (min. $")} ${min_price} <spanclass="denomination-name">${currency}</span>${_("):")}</h5>
<h5class="label">${_("Select your contribution for this course (min. $")} ${min_price} <spanclass="denomination-name">${currency}</span>${_("):")}</h5>
## TODO (ECOM-16): This is part of an AB-test of auto-registration.
## Once the test completes, we can make the winning configuration the default
## and remove this flag.
%if not autoreg:
<!-- /experiment-control -->
<divclass="wrapper-content-supplementary">
<divclass="wrapper-content-supplementary">
<asideclass="content-supplementary">
<asideclass="content-supplementary">
<ulclass="list-help">
<ulclass="list-help">
...
@@ -15,44 +10,6 @@
...
@@ -15,44 +10,6 @@
</div>
</div>
</li>
</li>
%if can_audit:
<liclass="help-item help-item-coldfeet">
%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="{}">'.format(course_modes_choose_url), a_end="</a>")}</p>
<p>${_("Please make sure your browser is updated to the {a_start}most recent version possible{a_end}. Also, please make sure your <strong>webcam is plugged in, turned on, and allowed to function in your web browser (commonly adjustable in your browser settings).</strong>").format(a_start='<strong><arel="external"href="http://browsehappy.com/">', a_end="</a></strong>")}</p>
<p>${_("Please read {a_start}our FAQs to view common questions about our certificates{a_end}.").format(a_start='<arel="external"href="'+ marketing_link('WHAT_IS_VERIFIED_CERT') + '">', a_end="</a>")}</p>