%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from django.urls import reverse %> <%inherit file="../main.html" /> <%block name="pagetitle">${_("Identity Verification")}%block> <%block name="content">
% if status in ["pending", "approved"]: ${_("You have already submitted your verification information. You will see a message on your dashboard when the verification process is complete (usually within 5-7 days).")} % else: ${_("You cannot verify your identity at this time.")} % endif