{% extends "base.html" %} {% block title %}{% trans "Thank you for registering" %} - {{ block.super }}{% endblock title %} {% block content %} {% if activation_required %}

{% 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 {{ activation_days }} days. {% endblocktrans %}

{% else %}

{% trans "You can now use the supplied credentials to sign in." %}

{% endif %} {% endblock content %}