{% extends 'base.html' %} {% block title %}{% trans "Thank you for registering" %}{% endblock %} {% block content %}
{% trans "You have to click on the link provided in the activation email which we have sent you." %}
{% blocktrans %}We will store your account information for {{ accounts_activation_days }} days. {% endblocktrans %}
{% else %}{% trans "You can now use the supplied credentials to sign in." %}
{% endif %} {% endblock %}