{% extends "accounts/_section.html" %} {% block title %}user activation{% endblock %} {% block section_content %} {% if all_ok %}

Activation succeeded...

You have been activated. Please log in to continue. {% else %}

Activation failed...

{% if user_does_not_exist %}

We're sorry but the user you are trying to activate does not exist anymore! Please sign up again...

{% endif %} {% if decode_error %}

We're sorry but we can't find that activation key in the database. Try copy-pasting the link that we sent you instead of clicking it...

{% endif %} {% endif %} {% endblock %}