{% extends "registration/reg_base.html" %} {% load url from future %} {% load appname %} {% block title %}Congratulations - Your account with {% appname %} is activated.{% endblock %} {% block content %}

Your account is now ready to use.

If you're ready to begin, please login.

{% if group_request_email %}

You may also request to be added to a group. Group membership allows sharing and collaboration between group members through {% appname %} but requires an approval process. Please send an email to {{group_request_email}} with your username and group requests. {% endif %} {% endblock %}