{% extends "base.html" %} {% load djblets_deco i18n %} {% block title %}{% trans "Recover Password" %}{% endblock %} {% block content %} {% box "passwordreset" %} {% if validlink %}
{% else %}{% blocktrans %}The password reset link was invalid, either because it expired or has already been used. Please request a new one here.{% endblocktrans %}