<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from django.core.urlresolvers import reverse %> <%inherit file="../main.html" /> <%block name="pagetitle">${_("Identity Verification")} <%block name="content">

${_("Identity Verification")}

% 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 1-2 days).")} % else: ${_("You cannot verify your identity at this time.")} % endif

${_("Return to Your Dashboard")}