{% extends CYCLOPE_DEFAULT_TEMPLATE %} {% load i18n %} {% block content %} {% if user %}

{% trans "The activation key you posted is invalid." %}

{% trans "Please make sure that:" %}

{% else %}

{% trans "Welcome! Your account has been successfully activated. " %}

{% endif %} {% endblock %}