{% extends "./anonymous-base.html" %} {% load i18n %} {% block form-title %}{% trans "Please enter your new password twice" %}{% endblock %} {% block form-content %} {% if data.validlink %}
{% include "./form-messages.html" %} {% include "./change-password-fields.html" %}
{% else %} {% endif %} {% endblock form-content %}