{% extends "layouts/base.html" %} {% load static %} {% load i18n %} {% block content %} {% include 'header.html' %}
{% if validlink %}

{% translate "Confirm reset password" %}

{% translate "Use the form below to confirm resetting your password" %}

{% csrf_token %} {% translate "Confirm password" as fieldset_legend %} {% include "partials/form/fieldset.html" with legend=fieldset_legend fieldset="new_password1 new_password2" fields=form %}

{% translate "Back" %}

{% else %} {% endif %}
{% endblock %}