{% extends 'base.html' %} {% block title %}{% trans "Sign up almost done!" %}{% endblock %} {% block content %}
{% blocktrans %}An activation link sent to your e-mail address.{% endblocktrans %}
{% blocktrans %}We will store your account information for {{ accounts_activation_days }} days. {% endblocktrans %}
{% else %}{% blocktrans %}You can now use the supplied credentials to sign in.{% endblocktrans %}
{% endif %} {% endblock %}