{% load static %} {% load i18n %} {% load allauth %} {% translate "Paperless-ngx reset password confirmation" %}
{% csrf_token %} {% if token_fail %} {% url 'account_reset_password' as passwd_reset_url %}

The password reset link was invalid, possibly because it has already been used. Please {% translate "request a new password reset" %}.

{% else %}

{% translate "Set a new password." %}

{% if form.errors %} {% endif %} {% translate "New Password" as i18n_new_password1 %} {% translate "Confirm Password" as i18n_new_password2 %}

{% endif %}