@@ -80,7 +80,10 @@ from django.utils.http import urlquote_plus
<pclass="copy">${_("We're creating your certificate. You can keep working in your courses and a link to it will appear here and on your Dashboard when it is ready.")}</p>
</div>
<divclass="msg-actions"></div>
%elif not is_id_verified or is_unverified:
%elif missing_required_verification or is_unverified:
## The is_unverified variable comes from certificate status.
## At the moment, the assumption is we should not show generate certificate button
## if the certificate previously generated is in unverified status
<divclass="msg-content">
## Translators: This message appears to users when the users have not completed identity verification.