{% extends "base.html" %} {% load i18n %} {% block page_title %}{% trans 'Password Reset' %}{% endblock page_title %} {% block content %}
{% if validlink %}

{% trans 'Enter Your New Password.' %}

{% csrf_token %}
{{ form }}
{% trans 'Cancel' %}
{% else %}

{% trans 'Password reset unsuccessful!' %}

{% trans 'The password reset link was invalid, possibly because it has already been used. Please request a new password reset.' %}

{% endif %}
{% endblock content %}