{% if token_fail %}{% trans "Bad Token" %}{% else %}{% trans "Change Password" %}{% endif %}
{% if token_fail %} {% url "acct_passwd_reset" as passwd_reset_url %}{% blocktrans %}The password reset link is invalid, probably because it has already been used.{% endblocktrans %}
{% else %} {% if form %} {% else %}{% trans "You successfully changed your password!" %}
{% endif %} {% endif %}