<%! from django.utils.translation import ugettext as _ %>

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

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