{% extends 'base.html' %} {% load static i18n %} {% block title %}{% trans "Set New Password" %} - Agdar{% endblock %} {% block outter_content %}
{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if form.non_field_errors %}{% trans "The password reset link was invalid, possibly because it has already been used or has expired." %}