${_("Congratulations! You are now verified on ")} ${_(settings.PLATFORM_NAME)}.
+${_("You are now registered as a verified student! Your registration details are below.")}
+${_("Congratulations! You are now verified on ")} ${_(settings.PLATFORM_NAME)}.
+-
+
-
+
${_("You are registered for:")}
--${_("You are now registered as a verified student! Your registration details are below.")}
+++ + ++
+${_("A list of courses you have just registered for as a verified student")} + ++ + + + + % for item in order_items: +${_("Course")} +${_("Status")} +${_("Options")} ++ + % endfor + + +${item.line_desc} ++ ${_("Starts: {start_date}").format(start_date=course.start_date_text)} + ++ %if course.start > datetime.today().replace(tzinfo=pytz.utc): + ${_("Starts: {start_date}").format(start_date=course.start_date_text)} + %else: + ${_("Go to Course")} + %endif + ++ + ++ ${_("Go to your Dashboard")} + +- +
+ +${_("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.")}
-
-
-
-
${_("You are registered for:")}
++++ +
-+ + -${_("Order No.")} +${_("Description")} +${_("Date")} +${_("Description")} +--
+ + % for item in order_items: +${_("A list of courses you have just registered for as a verified student")} - -- - - - % for item in order_items: -${_("Course")} -${_("Status")} -- - % endfor - -${item.line_desc} -- %if course.start > datetime.today().replace(tzinfo=pytz.utc): - ${_("Starts: {start_date}").format(start_date=course.start_date_text)} - %else: - - %endif - -+ % if item.status == "purchased": + + % endfor + - + +${order.id} +${item.line_desc} +${order.purchase_time.date().isoformat()} +${"{0:0.2f}".format(item.line_cost)} (${item.currency.upper()}) - - + % elif item.status == "refunded": + +${order.id} +${item.line_desc} +${order.purchase_time.date().isoformat()} + % endif +${"{0:0.2f}".format(item.line_cost)} (${item.currency.upper()})+ + +${_("Total")} ++ ${"{0:0.2f}".format(order.total_cost)} + (${item.currency.upper()}) + +- -
${_("Verified Status")}
+ % if any_refunds: +++ % endif +Please Note:
+++${_("Note: items with strikethough like ")}
+${_("this")}${_(" have been refunded.")}
- - -
-
+
${_("Billing Information")}
-${_("The professor will ask you to periodically submit a new photo to verify your work during the course (usually at exam times).")}
- -
+
+ ${order.bill_to_street1} + ${order.bill_to_street2} - -${_("Payment Details")}
+ ${order.bill_to_street2}, + ${order.bill_to_state} + ${order.bill_to_postalcode} --${_("Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.")}
+ ${order.bill_to_country.upper()} +- -
- % if any_refunds: -- - - - % for item in order_items: -${_("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 ")}
- % endif - +${_("this")}${_(" have been refunded.")} -+ ${order.bill_to_cardtype} + ++ ${order.bill_to_ccnum} + +
-+${_("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.")}
++++ +
++ + - + +${_("Billed To")} +${_("Billing Address")} +${_("Payment Method Type")} +${_("Payment Method Details")} ++ + -+ ${order.bill_to_first} ${order.bill_to_last} + -${_("Billing details:")}
--- - - - - + +- ${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()}
- ${order.bill_to_cardtype} ${order.bill_to_ccnum} -+ + +${_("Total")} +${"{0:0.2f}".format(order.total_cost)} (${item.currency.upper()}) + - +