{% extends "authentic2/base-page.html" %} {% load i18n %} {% block title %} {% trans "Account successfully activated" %} {% endblock %} {% block content %} {% trans "Your account is now activated" %} {% endblock %}