{% extends "../../messages/base.html" %} {% block content %}
{{ _("Hello %s!") % first_name }}
{{ _("Thank you for registering a new account with us.") }}
{{ _("This account will allow you to take part in our project. Either by joining conversations, writing documentation, or becoming a developer.") }} {{ _("There are many things you can do with your account.") }}
|