{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% trans "Registration - Activated" %}{% endblock %} {% block css_import %} {{block.super}} {% endblock %} {% block main_content %}
{% trans "Account successfully activated" %}
{% else %}{% trans "Account activation failed" %}
{% endif %}