%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse %> <%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/> <%block name="title">
${_("Looks like you haven't registered for any courses yet.")}
${_("Looks like you haven't been enrolled in any courses yet.")}
${err}
${_('An email has been sent to {email}. Follow the link in the email to change your password.').format(email=user.email)}
${_('We will send a confirmation to both {email} and your new email as part of the process.').format(email=user.email)}
${_("To uphold the credibility of {platform} certificates, all name changes will be logged and recorded.").format(platform=settings.PLATFORM_NAME)}