{% extends "whitebox.djhtml" %} {% block boxtitle %} Account activation {% endblock %} {% block boxcontents %} {% if account %}

Account successfully activated. Click here to log in.

{% else %}

Account activation failed.

{% endif %} {% endblock %}