<h4class="title">${_("Activate Your Account")}</h4>
<divclass="placeholder-art">
<iclass="icon-envelope-alt"></i>
</div>
<divclass="copy">
<p>
<spanclass="copy-super">Check Your Email</span>
<spanclass="copy-sub">Nulla vitae elit libero, a pharetra augue. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.</span>
<spanclass="copy-super">${_("Check Your Email")}</span>
<spanclass="copy-sub">${_("Nulla vitae elit libero, a pharetra augue. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum")}.</span>
<spanclass="help help-inline">Missing something? You can always <ahref="">audit this course instead</a></span>
<spanclass="help help-inline">${_("Missing something? You can always {a_start} audit this course instead {a_end}").format(a_start='<ahref="">', a_end="</a>")}</span>
<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})}">${_("Go to Step 1: Take my Photo")}</a>
</li>
</ol>
</nav>
...
...
@@ -166,16 +166,16 @@
<asideclass="content-supplementary">
<ulclass="list-help">
<liclass="help-item">
<h3class="title">Have questions?</h3>
<h3class="title">${_("Have questions?")}</h3>
<divclass="copy">
<p>Please read <arel="external"href="">our FAQs to view common questions about our certificates</a>.</p>
<p>${_("Please read {a_start} our FAQs to view common questions about our certificates {a_end}.").format(a_start='<arel="external"href="">', a_end="</a>")}</p>
</div>
</li>
<liclass="help-item">
<h3class="title">Change your mind?</h3>
<h3class="title">${_("Change your mind?")}</h3>
<divclass="copy">
<p>You can always <ahref="">Audit the course for free</a> without verifying.</p>
<p>${_("You can always {a_start} Audit the course for free {a_end} without verifying.").format(a_start='<arel="external"href="">', a_end="</a>")}</p>