<dtclass="faq-question">${_("What do you do with this picture?")}</dt>
<ddclass="faq-answer">${_("We only use it to verify your identity. It is not displayed anywhere.")}</dd>
<dtclass="faq-question">${_("What if my camera isn't working?")}</dt>
%if upgrade:
<ddclass="faq-answer">${_("You can always continue to audit the course without verifying.")}</dd>
%else:
<ddclass="faq-answer">${_("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>")}</dd>
%if "professional" not in modes_dict:
<dtclass="faq-question">${_("What if my camera isn't working?")}</dt>
%if upgrade:
<ddclass="faq-answer">${_("You can always continue to audit the course without verifying.")}</dd>
%else:
<ddclass="faq-answer">${_("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>")}</dd>
%endif
%endif
</dl>
</div>
...
...
@@ -366,6 +367,7 @@
</ul>
</li>
%if len(suggested_prices) > 0:
<liclass="review-task review-task-contribution">
<h4class="title">${_("Check Your Contribution Level")}</h4>