{% extends "base.html" %} {% load i18n wger_extras %} {% block title %}{% trans "Password reset confirmation" %}{% endblock %} {% block content %} {% if validlink %}

{% trans 'Enter new password' %}

{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}

{% trans 'Change my password' as submit_text %} {% render_form_fields form submit_text %}
{% 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 %}