{% extends "base.html" %} {% load i18n %} {% block headtitle %}{% trans 'Account Created' %}{% endblock %} {% block main_content %}

{% trans 'Congratulations' %} {{ form.cleaned_data.username }},

{% trans 'You successfuly created an account. An activation email has been sent to' %} {{ form.cleaned_data.email }}. {% trans 'You should receive it witin minutes from now.' %}

{% endblock %}