{% trans "You must enter and confirm your new password." %}
{% trans "The text in both password fields must match." %}
{% endif %}
{% if validlink %}
{% else %}
{% trans "Invalid Password Reset Link" %}
{% blocktrans with start_link='' end_link='' %}
This password reset link is invalid. It may have been used already. To reset your password, go to the {{ start_link }}sign-in{{ end_link }} page and select Forgot password.
{% endblocktrans %}