Congratulations! You are now verified on ${_(settings.PLATFORM_NAME)}.
${_("You are now registered as a verified student! Your registration details are below.")}
-
You are registered for:
A list of courses you have just registered for as a verified student Course Status ${item.line_desc} Starts: [date] -
Verified Status
We have received your identification details to verify your identity. If there is a problem with any of the items, we will contact you to resubmit. You can now register for any of the verified certificate courses this semester without having to re-verify.
The professor will ask you to periodically submit a new photo to verify your work during the course (usually at exam times).
-
${_("Payment Details")}
${_("Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.")}
${_("Order No.")} ${_("Description")} ${_("Date")} ${_("Description")} % if item.status == "purchased": % elif item.status == "refunded":${order.id} ${item.line_desc} ${order.purchase_time.date().isoformat()} ${"{0:0.2f}".format(item.line_cost)} (${item.currency.upper()}) ${order.id}${item.line_desc}${order.purchase_time.date().isoformat()} % endif % endfor${"{0:0.2f}".format(item.line_cost)} (${item.currency.upper()})${_("Total")} ${"{0:0.2f}".format(order.total_cost)} (${item.currency.upper()}) ${_("Note: items with strikethough like ")}
% endifthis${_(" have been refunded.")}${_("Billing details:")}
${order.bill_to_cardtype} ${order.bill_to_ccnum}
${order.bill_to_first} ${order.bill_to_last}, ${order.bill_to_street1} ${order.bill_to_street2} ${order.bill_to_city}, ${order.bill_to_state} ${order.bill_to_postalcode} ${order.bill_to_country.upper()}