{% load i18n %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_current_language as LANGUAGE_CODE %} {% trans "Set New Password" %}

{% trans "Set New Password" %}

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

{% csrf_token %} {% if form %} {% for field in form %}
{{ field }}
{% if field.errors %}

{{ field.errors.0 }}

{% endif %}
{% endfor %} {% endif %}