{% extends "base.html" %} {% block title %}{% trans "Account activation failed" %} - {{ block.super }}{% endblock %} {% block content %}

{% trans "Your account could not be activated..." %}

{% trans "Your account could not be activated. This could be because your activation link has aged." %}

{% trans "Please try registering again or contact us if you think something went wrong." %}

{% endblock %}