{% blocktrans %}
Please enter your new password twice so we can verify you typed it in correctly.
{% endblocktrans %}
{% if form %}
{% crispy form %}
{% else %}
{% url "accounts.password-reset" as url %}
{% blocktrans with url=url %}This token is expired, please request a new password reset link again.{% endblocktrans %}