<h3class="title">Congratulations! You are now verified on ${_(settings.PLATFORM_NAME)}.</h3>
<divclass="instruction">
<p>${_("You are now registered as a verified student! Your registration details are below.")}</p>
</div>
<ulclass="list-info">
<liclass="info-item course-info">
<h4class="title">You are registered for:</h4>
<divclass="copy">
<table>
<captionclass="sr">A list of courses you have just registered for as a verified student</caption>
<thead>
<tr>
<th>Course</th>
<th>Status</th>
</tr>
</thead>
<tbody>
% for item in order_items:
<tr>
<td>${item.line_desc}</td>
<td>Start date: [date]
<ulclass="list-actions">
<liclass="action action-course"><ahref="">Go to Course</a></li>
</ul>
</td>
</tr>
% endfor
</tbody>
</table>
<ulclass="list-actions">
<liclass="action action-dashboard"><ahref="">Go to your Dashboard</a></li>
</ul>
</div>
</li>
<liclass="info-item verification-info">
<h4class="title">Verified Status</h4>
<divclass="copy">
<p>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.</p>
<p>The professor will ask you to periodically submit a new photo to verify your work during the course (usually at exam times).</p>
</div>
</li>
<liclass="info-item payment-info">
<h4class="title">${_("Payment Details")}</h4>
<divclass="copy">
<p>${_("Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.")}</p>