{% extends "registration/base.html" %} {% load i18n %} {% block cscontent %} {% if account %}

{% trans "Your account has been activated" %}

{% 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 "Your account could not be activated" %}

{% trans "We had a problem while activating your account. The link was probably outdated. Please, try again" %}

{% endif %} {% endblock %} {% block cssidebar %} {% endblock %}