${_("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
)}