{% load i18n %} {% block title %}Enter new password{% endblock %} {% block content %} {% if validlink %}
{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}
{% endif %} {% endblock %}