{% include "site/header.html" %} {% include "site/view_header.html" with errors=errors %} {% load i18n %}
{% if not token or not target %}
{% trans "Reset Password" %}
{% elif token_valid %}
{{ token }}
{{ target }}
{% trans "Reset Password" %}
{% else %}
{% if pr.is_valid %} {% trans "The security token you provided is invalid, please" %} {% trans "try again" %}. {% else %} {% trans "The password reset process has expired, please" %} {% trans "initiate again" %} {% endif %}
{% endif %}
{% include "site/footer.html" %}