{% extends 'userena/base_userena.html' %} {% load i18n %} {% load url from future %} {% block title %}{% trans "Signup almost done!" %}{% endblock %} {% block content_title %}
{% trans "Thank you for signing up with us!" %}
{% blocktrans with account.email as email %}You have been send an e-mail with an activation link to {{ email }}.{% endblocktrans %}
{% blocktrans %}We will store your signup information for {{ userena_activation_days }} days on our server. {% endblocktrans %}
{% endblock %}