{% extends "_message/base.html" %} {% load i18n %} {% block content %}

{% trans username=message.user.username %}Welcome aboard, {{ username }}!{% endtrans %}

{% trans %}Your account has been registered, but you will have to activate it before you will be able to sign-in. We have sent you an e-mail with activation link.{% endtrans %}

{% trans %}Thanks for your patience!{% endtrans %}

{% endblock %}