{% if display_form %} {% for field in form %} {% if field.errors %}
× {{ field.label }}: {{ field.errors|striptags }}
{% endif %} {% endfor %} {{ form.non_field_errors }} {% if user.is_authenticated %}
Per modificare la password รจ necessario inserire quella attuale
{% else %}
Reset password per l'utente {{ username }}
{% endif %}
{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %}

{% else %}
Reset password non consentito.
Torna a la tua posizione
{% endif %}