{% extends "base.html" %} {% load i18n %} {% block headtitle %}{% trans 'Activation Error' %}{% endblock %} {% block main_content %}

{% trans 'Sorry, but the server was not able to activate this account with the following activation key:' %} {{ activation_key }}.

{% trans 'Reason:'%} {{ error_reason }}

{% endblock %}