{% extends "registration/base.html" %} {% load i18n %} {% block content %} {% if account %}
{% trans "Account successfully activated" %}
{% else %}{% trans "the user account has been already activated or the validation key is wrong" %}
{% endif %} {% endblock %}