{% extends "shop/auth/anonymous-base.html" %} {% load i18n %} {% block form_title %} {% blocktrans %}New password for '{{ user_name }}'{% endblocktrans %} {% endblock %} {% block form_content %} {{ block.super }}
{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}