<%page expression_filter="h"/> <%namespace name='static' file='../static_content.html'/> <%! from django.utils.translation import ugettext as _ from django.core.urlresolvers import reverse %> %if verification_status == 'approved':
  • ${_("Verification Status: Approved")}

    ${_("Your edX Verification is reviewed and approved. Your verification status is good for one year after submission.")}

  • %endif %if verification_status == 'pending':
  • ${_("Verification Status: Pending")}

    ${_("Your edX Verification is pending. Your verification photos have been submitted and will be reviewed shortly.")}

  • %endif %if verification_status in ['must_reverify', 'expired']:
  • ${_("Verification Status: Expired")}

    ${_("Your edX Verification has expired. To receive a verified certificate, you have to submit a new photo of yourself and your government-issued photo ID before the course ends.")}

    ${_("Resubmit Verification")}
  • %endif