{% extends 'email_base.html' %} {% load i18n %} {% block title %} Password reset {% endblock %} {% block content %}

{% trans "Password reset" %}

{% trans "You requested a new password for" %} {{ user.email }}

{% trans "To reset your password, click the button below" %}

{% trans "Reset Password" %}

{% blocktrans %} If you do not understand what it was about, ignore this email {% endblocktrans %}

{% endblock %}