<%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse %> ## TODO replace this with something a clever deisgn person approves of ## TODO replace this with a shiny loopy thing to actually print out all courses % if reverifications["must_reverify"] or reverifications["pending"] or reverifications["denied"] or reverifications["approved"]:
  • ${_("Re-verification now open for:")}
  • %endif