{% extends "registration/base.html" %} {% block title %}Confirm account creation{% endblock %} {% block content %}
Your account with login name '{{ email }}' has been created, using the password you have select.
Now you can sign in
{% else %}In order to complete the setup of your account with login name '{{ email }}', please set a password:
{% endif %}