{% extends 'userena/base_userena.html' %} {% load i18n %} {% block title %}{% trans "Signup almost done!" %}{% endblock %} {% block content_title %}

{% trans "Signup" %}

{% 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 %}

{% blocktrans %}You can now use the supplied credentials to signin.{% endblocktrans %}

{% endif %} {% endblock %}