{% extends "registration/base.html" %} {% load i18n %} {% load url from future %} {% block content %} {% if account %}

{% trans "Account successfully activated" %}

{% trans "Log in" %}

{% else %}

{% trans "the user account has been already activated or the validation key is wrong" %}

{% endif %} {% endblock %}