{% extends "authentic2/base-page.html" %} {% load i18n %} {% block title %} {% trans "Account activation" %} {% endblock %} {% block content %} {% if account %}
{% trans "Account successfully activated" %}
{% else %}{% trans "Account activation failed" %}
{% endif %} {% endblock %}