{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Account activation failed" %}

{% blocktrans %} Sorry, we couldn't activate your account with the details you provided. Please make sure you copied the link correctly, or contact us if you need more help. {% endblocktrans %}

{% endblock %}