{% extends "base.html" %} {% load i18n %} {% block content %} {% if confirm_password_reset %} {% trans 'password reset successfully' %}
{{ redirect_link }} {% else %}
{{ lang_name }}
{% if error %} {% endif %}

{% trans "Set your password" %}

{% trans "Set your password description" %} Please fill out the form below to set your password.

{% if no_userid %} {% trans 'please provide username to start password reset!' %} {% endif %} {% if no_password %} {% trans 'please provide new password!' %} {% endif %} {% if invalid_userid %} {% trans 'the username you entered could not be found!' %} {% endif %} {% if invalid_url %} {% trans 'the url seems not corret, please double check and try again!' %} {% endif %} {% if password_no_match %} {% trans 'please provide password now match each other!' %} {% endif %} {% if password_reset_fail %} {% trans 'error setting password' %} {% endif %}



{% endif %} {% endblock %}