{% extends "signup/index.html" %} {% load i18n %} {% comment %} {% endcomment %} {% block signup %}

An account has been created for you.

Username:

{{ username }}

{% if password %}

Password:

{{ password }}

Please make a note of these details, then go to the login page

{% else %}

Your password has been emailed to:

{{ email }}

{% endif %} {%if helpmessage %}

{{ helpmessage | urlize }}

{% endif %}
{% endblock %}