{% extends "account/base.html" %} {% load i18n %} {% block head_title %}Change Password{% endblock %} {% block whitebox %}

{% if token_fail %}{% trans "Bad Token" %}{% else %}{% trans "Change Password" %}{% endif %}

{% if token_fail %} {% else %} {% if form %}
{% include "account/_render_form.html" %}
{% else %}

{% trans 'Your password is now changed.' %}

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