<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML, Text %>

${_("Thanks for Registering!")}

${Text(_( "You've successfully created an account on {platform_name}. We've sent an account " "activation message to {email_start}{email}{email_end}. To activate your account and start enrolling in " "courses, click the link in the message." )).format(email_start=HTML(""), email_end=HTML(""), email=email, platform_name=platform_name )}