{% extends "base.html" %} {% block body %}

{{ _("Registration successful") }}

{{ _("Your new account has been created, %s.") % user.realname }} {{ _("To complete the activation, follow the instructions that were sent to you in an activation email.") }}

{% end %}