<%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':
  • ${_("Current Verification Status: Approved")}

    ${_("Your edX verification has been approved. Your verification is effective for one year after submission.")}

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

    ${_("Your edX ID verification is pending. Your verification information has been submitted and will be reviewed shortly.")}

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

    ${_("Your verification has expired. To receive a verified certificate, you must submit a new photo of yourself and your government-issued photo ID before the verification deadline for your course.")}

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