{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Account activation error" %}{% endblock %} {% block content %}
{% trans "The activation key" %} {{ activation_key }} {% trans "is invalid or expired." %}