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

${_("You're almost there!")}

${Text(_( "There's just one more step: Before you " "enroll in a course, you need to activate " "your account. We've sent an email message to " "{email_start}{email}{email_end} with " "instructions for activating your account. If " "you don't receive this message, check your " "spam folder." )).format(email_start=HTML(""), email_end=HTML(""), email=email, platform_name=platform_name )}