{% extends "registration/registration_base.html" %} {% load i18n %} {% block cscontent %} {% if account %}
{% trans "Your account has been properly created. You can use the username and password that you entered" %} {% trans "to login in the site" %}
{% else %}{% trans "We had a problem while activating your account. The link was probably outdated. Please, try again" %}
{% endif %} {% endblock %} {% block cssidebar %} {% endblock %}