{% extends 'userena/base_userena.html' %} {% load i18n %} {% block title %}{% trans "Sign up" %}{% endblock %} {% block content %}

{% trans "Thank you for signing up with us!" %}

{% if userena_activation_required %}

{% blocktrans %}You have been sent an e-mail with an activation link to the supplied email.{% endblocktrans %}

{% blocktrans %}We will store your signup information for {{ userena_activation_days }} days on our server. {% endblocktrans %}

{% else %}

You can now use the supplied credentials to signin.

If you're eligible for editing projects, your account will be activated within one business day.

{% endif %} {% endblock %}