{% extends 'ace_common/edx_ace/common/base_body.html' %} {% load i18n %} {% load static %} {% block content %}
{% trans "Expired ID Verification" as tmsg %}{{ tmsg | force_escape }}
{% filter force_escape %}
{% blocktrans %}Hello {{full_name}},{% endblocktrans %}
{% endfilter %}
{% trans "You must have a valid ID verification to take proctored exams and qualify for certificates." as tmsg %}{{ tmsg | force_escape }} {% trans "Follow the link below to submit your photos and renew your ID verification." as tmsg %}{{ tmsg | force_escape }} {% trans "You can also do this from your dashboard." as tmsg %}{{ tmsg | force_escape }}
{% filter force_escape %}
{% blocktrans %}Resubmit Verification : {{lms_verification_link}} {% endblocktrans %}
{% endfilter %}
{% trans "Thank you," as tmsg %}{{ tmsg | force_escape }}
|