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

    ${_("Your verification status is good for one year after submission.")}

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

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

  • %endif %if verification_status in ['must_reverify', 'expired']:
  • ${_("{platform_name} Verification Status").format(platform_name=settings.PLATFORM_NAME)}
    ${verification_msg}

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

  • %endif