{% extends 'base.html' %} {% load static i18n %} {% block title %}{% trans "Reset Password" %} - Agdar{% endblock %} {% block outter_content %}
{% trans "Forgotten your password? Enter your email address below, and we'll send you an email with instructions to reset your password." %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if form.non_field_errors %}