{% extends "accounts/base.html" %}{% load i18n %} {% block title %}{% trans "Password reset" %}{% endblock %} {% block jqueryui %} {% endblock %} {% block content %}
{% if show_form %}

{% trans 'Please enter your email address. On it will send the message to change the password.' %}

{% csrf_token %} {{ form.email.label_tag }}   {{ form.email }}   
{% endif %}
{% endblock %}